Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #546337

    Hi,

    I want to add a tiny widget to the right of the menubar, on the same vertical height. I asked a question about it before but it is closed for replies now. I was directed to http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/ but when I do this, the widget appears above the header logo and menubar – i’d like it to appear on the same level as the menu, next to where now the search icon appears (see link).

    thanks,
    Evie

    #546540

    Hi elvirais!

    Add it back in and we’ll give you some CSS to use to position it next to the search icon.

    Best regards,
    Elliott

    #556617

    Ok I’ve added it to the site (see private content) – they show up to the top left, i want them right next to the contact and search icon.

    thanks in advance!

    #556863

    Hi!

    Add this to your custom CSS.

    #header .widget {
        position: absolute;
        bottom: 0px;
        right: 0px;
    width: 100px;
    }
    #header .widget li {
        float: left !important;
        display: inline !important;
        clear: none;
        margin-right: 10px;
    }

    Cheers!
    Elliott

    #560596

    The layout works now but somehow the hyperlinks are stripped off of the flag icons – any ideas how to solve this?

    thanks !
    Evie

    #560600

    Hey!

    Please add following code to Quick CSS as well

    #header .widget {
        z-index: 99;
    }

    Cheers!
    Yigit

    #560604

    Thank you so much it works perfectly :)

    #560605

    Hi!

    You are welcome!
    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)

    Cheers!
    Yigit

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Widget space next to menu’ is closed to new replies.