Tagged: header button
Hi guys, firstly congratulations on a great theme, officially my favourite now!
I wanted to add a button in the header, to the right and aligned with the logo and menu. I found a previous question that allowed me to add a button, but it pushed the other elements down. (https://kriesi.at/support/topic/adding-custom-button-on-top-right-hand-of-enfold-header/)
Link to the dev site is added below.
Appreciate your time
Terry
Hey Terry,
Thanks for using Enfold. I think it would be better if you placed the button in a widget area instead: https://kriesi.at/documentation/enfold/header/#adding-a-header-widget-area. We can help you out with styling once you have added it to your site.
Best regards,
Rikard
Hi, added the widget area and added a button shortcode, Still pushing it below
Appreciate your time
Terry
Hi,
Please try the following in Quick CSS under Enfold->General Styling:
#custom_html-4 {
position: absolute;
right: 0;
}
Best regards,
Rikard
Getting closer! All I have now is the menu dropping below the logo/button?
Again thanks for the help
Terry
Hi,
Sorry for the late reply, Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:
#top #header_main .main_menu {
width: 80% !important;
}
After applying the css, Please clear your browser cache and check.
Best regards,
Mike