-
AuthorPosts
-
December 3, 2015 at 11:15 am #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,
EvieDecember 3, 2015 at 5:40 pm #546540Hi elvirais!
Add it back in and we’ll give you some CSS to use to position it next to the search icon.
Best regards,
ElliottDecember 22, 2015 at 3:46 pm #556617Ok 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!
December 23, 2015 at 3:55 am #556863Hi!
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!
ElliottJanuary 6, 2016 at 4:26 pm #560596The layout works now but somehow the hyperlinks are stripped off of the flag icons – any ideas how to solve this?
thanks !
EvieJanuary 6, 2016 at 4:30 pm #560600Hey!
Please add following code to Quick CSS as well
#header .widget { z-index: 99; }Cheers!
YigitJanuary 6, 2016 at 4:35 pm #560604Thank you so much it works perfectly :)
January 6, 2016 at 4:38 pm #560605Hi!
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 -
AuthorPosts
- The topic ‘Widget space next to menu’ is closed to new replies.
