Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #695192

    Hi there,

    I have my main navigation set to: Logo left, menu below. Everything is functioning well, however, there is a bit too much white space to the right of the logo. I would like to fill this space with 3 Icons/Links.

    Could you please assist me in the this effort? I would like the icons to the right – not directly next to the logo.

    You can view the website at http://www.eastandlaketest.com

    Thanks so much,
    Reilly Burke

    #695332

    Hi eastandlakedesign,

    Please try adding a widget to the header, you can add any content you want to it: http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/

    Thanks,
    Rikard

    #698545

    Hi Rikard,

    Thanks for your response.

    After adding the Header widget – how do I get the widget to be to the LEFT of my logo? The widget is appearing ABOVE my logo, which is not what I want.

    Also, I want to add Icons – is there a widget for that?

    Please help.

    http://www.eastandlaketest.com

    Thank you,
    Reilly

    #699197

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    #header .widget {
        float: left;
        position: absolute;
    }
    

    You can enable debugging mode to see shortcodes you have created in pages using Advanced Layout Builder – http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/

    Or, You can switch to Default Editor and click on Magic Wand to see full list of shortcodes http://i.imgur.com/n4KXkdm.jpg
    then you can create any of them and copy/paste shortcode into any other content element or into text widget.

    Best regards,
    Yigit

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