Did you get this issue fixed?
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>
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;
}
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.
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?