Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #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.

    #1225445

    you 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: Customization

    add_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

    #1225586

    Thank 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

    #1225646

    Ok, 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?

    #1225733

    yes 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.

    #1225915

    I’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.

    #1226057

    Hi 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

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.