Search Box Fix

Posted in: Newspaper
Post count: 22

Hi,
When I scroll up from any point of the home page, the search box in the bar on top is not in line with the rest and also is smaller than the button on the right. How can I align it with the rest and make it as big as the search button in both the scroll up view and the fixed view on top?

Post count: 20688

Hi,

It would be better if I could actually see this on your website for a better understanding. If possible provide a link to the website so I can check.

Post count: 22

HI Simon,

here’s the website: http://www.trendymami.com

Post count: 20688

Hi,

This should do it, give it a try. The code can be entered in Theme panel->Custom CSS code section
https://www.screencast.com/t/s5ypbQhVKicm

.tdm-menu-active-style2 .tdm-header .td-affix ul.sf-menu>li {
line-height: 48px!important;
}

Post count: 22

Thanks, now it’s aligned. And how about the size of the search bar, how do I make it as big as the search button next to it, in both the fixed header and the menu that appears when I scroll up?

Post count: 20688

So maybe like this – https://www.screencast.com/t/L6TUKcrSA

.tdm-header-style-1 input[type="search"] {
padding-top: 3px;
padding-bottom: 5px;
}

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