-
AuthorPosts
-
June 25, 2020 at 3:08 am #1225394
I was hoping for help to be able to place html code to the right of the logo in a logo left, menu below format.I need to be able to add some nav buttons and a graphic, please advise on how this is done.
June 25, 2020 at 10:59 am #1225445you can read in the documentation on that in detail: https://kriesi.at/documentation/enfold/header/#header-widget-position
see here first to add a header widget area: https://kriesi.at/documentation/enfold/header/#adding-a-header-widget-area
( PS dear MODS – this ID is not unique on that page ! )
so logo left – menu below – read: Customizationadd_action( 'ava_main_header', 'enfold_customization_header_widget_area' ); function enfold_customization_header_widget_area() { dynamic_sidebar( 'header' ); }
little tip : if you activate the shortcode function for widget area by this in your child-theme functions.php:
add_filter('widget_text', 'do_shortcode');
you can then insert avia shortcodes to a widget area – so prepare your buttons and that graphic in a post – and copy the shortcode for all that and insert it into that header widget area.if you need further help let us know
June 25, 2020 at 4:46 pm #1225586Thank you for your help and advice I followed the above instructions and the button is showing in a row above the logo and centered instead of on the same row as the logo and right aligned, please advise any help is greatly appreciated, see URL
June 25, 2020 at 7:01 pm #1225646Ok, so I figured out how to right align the button, but am still having the problem that the widget is 1 row above the logo and not on the same row, alos I need two or three buttons side by side, how does that happen.
Why is this so hard to do with this theme?
June 26, 2020 at 7:37 am #1225733yes that is first right. We had now to add css to get the right position. But – without seeing the site it is nearly impossible to give here concrete help.
So – either you can post here the link – then i could tell you how to reach the correct position – or post the link into Private Content Area – then you had to wait til Mods are here.June 26, 2020 at 4:12 pm #1225915I’ve posted the link several times in Private content, no offense but how do I get support from actual support staff? That is how it always used to work when I would fill out a ticket.
June 27, 2020 at 3:10 pm #1226057Hi ejo14,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
#top #header .av-main-nav > li > a { font-size: 13px; padding: 0 11px; }
This code will help you have the menu in one line on screens 1440px+ but you need to have burger menu till then probably. The menu is too long and there is space for it on smaller screens.
If you need further assistance please let us know.
Best regards,
Victoria -
AuthorPosts
- You must be logged in to reply to this topic.