Menu issues.

Posted in: Newspaper
Post count: 95

If you look at my site ForeverMogul.com you will see the search icon is not inline with the menu. I’ve played around the the padding and different settings like inline and nothing is working. How do I get the search icon to be on the same line as the menu?

Also in the mega menu, how do I turn off the pagination, the < > symbols?

Post count: 27744

Hello,

To make inline the line search, please set padding-top on the element, like this => https://www.screencast.com/t/Wthh0Wf5pSt
Also, you can hide the <> symbols using this custom code

.tdb-mega-modules-wrap .td-next-prev-wrap
{
display: none;
}

Set the code in Theme Panel ->Custom code -> Custom CSS -> https://www.screencast.com/t/WojblWnz

Hope this helps you!

Thank you!

Post count: 95

Great. That fixed both issues. Thank you.

Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘Newspaper’ is closed to new topics and replies.