• Hey! First of all thank you for the theme, it’s gorgeus!

    Second of all, I have an issue with a white space between the header and the bar. The site is “yushow.com.mx”. I’m trying to put some widgets on the header bar but they get stuck on the right side only. I would like to spread them on the full width or find a way to resize the plugins.

    Thank you very much!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello,

    You can add the following css code to resolve your padding issue.
    Please add it on Dashboard => Appearance => Customize => Design Options => Custom css

    .middle-header-wrapper {
        padding: 20px 0;
        display: none;
    }

    But your second requests were not quite create for me.
    Could you please elaborate?

    Best regards.

    Thread Starter yushowmx

    (@yushowmx)

    Wow! Magic trick haha! Thanks a lot!

    Don’t worry, with that I’m able to avoid the second request, but just so that you have the correct info in case some other weirdo like me asks, here it is:

    On the white space (wrapper) that you helped me remove, I tried to put on some widgets (that’s why the header bar section is for, correct?). Thing is, when I try to put on several widgets on it, the widgets show within a square (like a box), and in a stockpile (all margined to the right, in vertical accomodation). So I wanted to know if there is a way to avoid this and spread them through the whole header bar (from left to right, in one row, not in a column).

    Thank you very much!

    Hello,
    Please remove the previous css code and add the below given css code on

    Dashboard => Appearance => Customize => Design Options => Custom css

    .header-advertise {
        float: right;
        width: 100%;
    }

    That should do it.

    If your question has been answered, we would love if you would mark this topic as resolved in the right hand sidebar. This helps our volunteers find the topics that still need attention and more people will get helped, possibly like you did.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘White space on header’ is closed to new replies.