Since there has no been a reaction yet and it is a question about the same plugin, i was wondering if it was possible to add a picture after the submenu title. It is possible now but when you have a second submenu title it gets pushed down because the picture is on the right. I tried making the sub menu titles 3/6 tiles and then the picture in the first title being 4 to 6 tiles.
i made a fast picture just to give an idea of what i mean. (don’t mind the paint art) http://imgur.com/a/zdzDD
Have a nice day
Hi sjoerd89,
Please can you post a link to your site? I’m not sure where that search icon is coming from, and I need to see the HTML/CSS of your site to work out how to change it.
You should be able to set the sub menu to 6 columns, then make ‘Sub Menu 1’ span 4 columns, then add a text widget and an image widget (1 column each) along side. If that’s not working please post a link so I can see what’s going wrong.
Regards,
Tom
I can show you this if it helps.
Because my site is not online yet.
http://codepen.io/Sjoerd89/pen/PzryAA
Thanks
Hi,
Thanks. Please try adding this CSS to your themes style.css file:
li.search-item {
top: 10px;
}
li.search-item .fa:before {
font-size: 30px;
}
Regards,
Tom
Perfect thanks this did the job 🙂