Ahoy I’m looking to get a button under the social icons/ right of the nav menu in y header.
What is the best way to achieve this?
Hey mcraig77!
Add a widget area to your header, http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/, and then you can add the button shortcode inside a text widget.
Cheers!
Elliott
Thanks!
How do I get the button underneth the social icons?
Hi!
The current structure of the elements will not allow you to do that easily using css please send us your admin login details with permission to add custom css so we can help you better.
Cheers!
Vinay
Gotcha – her you go!
Hey!
Please replace the css code with this:
#header .widget {
right: 140px;
padding-top: 0;
position: absolute;
top: 60px;
transform: translate(-50%);
z-index: 999;
}
Best regards,
Ismael
Thanks!