• I tried to add a button to my menu item ‘Plan nu een wandeling’ by pasting this

    < a href=”#” target=”_self” data-hover-color=”#ffffff” class=”qbutton xmedium” style=”color: rgb(250, 46, 0);”>Plan een wandeling!

    To my navigation label, the result is not bad, but as you can see on the site the button is not perfect in line with the header, how do I get that fixed?

Viewing 9 replies - 1 through 9 (of 9 total)
  • Did you get this issue fixed?

    Thread Starter WilliamH19

    (@williamh19)

    Not really, I added a normal button to my widget area next to the search button, the problem is that I want it in the middle, can I possible change the position of the widget area to the middle of the menu?

    If it’s in a widget box try just adding a break above the code like this:

    <br />
    <a href="#" target="_self" data-hover-color="#ffffff" class="qbutton xmedium" style="color: rgb(250, 46, 0);">Plan een wandeling!</a>

    Thread Starter WilliamH19

    (@williamh19)

    Doesn’t worked, the button is only moving a little down that’s it!

    Isn’t it possible to move the position of the widget area, or to create a widget area i place of the regular menu?

    What it your site URL?

    EDIT: Found it in link above.

    Try this one:

    header.dark:not(.sticky):not(.scrolled) .header_bottom_right_widget_holder a.qbutton {
        margin-top: 10px;
    }

    Thread Starter WilliamH19

    (@williamh19)

    add this to custom css?

    Yes, do you have a custom CSS box from the theme or a Custom CSS plugin? Also if you have a child theme you can add it there.

    Thread Starter WilliamH19

    (@williamh19)

    I changed margin-top to margin-right, but the problem is that when I visite the site mobile and on other devices the button is not centered but is behind the logo, because in this way it isn’t responsive, but just a standard number of .px

    Also when I scrolled down it goes back the old way!

    I think I just leave it like this, or the must be and easy and good way to fix this?

Viewing 9 replies - 1 through 9 (of 9 total)

The topic ‘[Theme: Bridge] Edit button in header’ is closed to new replies.