Unformatted search box

Posted in: Newspaper
Post count: 80

Hi,
The search box of my website is unformatted as you can see in the screenshots. The theme is updated.

search box

  • This topic was modified 12 years by Pjump.
Post count: 6600

Hi,

Please send your site’s URL so I can check this issue in detail.

Thank you

Post count: 80
Post count: 6600

Hi,

Plase add this Custom CSS in Theme Panel -> Custom CSS:

/* responsive monitor */
@media (min-width: 1200px) {
.search-page-search-wrap .td-widget-search-input { 
width: 600px;
}  
.td-widget-search-input {
width: 230px;
}
} 
/* responsive tablet */
@media (min-width: 768px) and (max-width: 1200px) {
.search-page-search-wrap .td-widget-search-input { 
width: 540px;
}  
.td-widget-search-input {
width: 200px;
} 
}
/* responsive phone */
@media (max-width: 767px) {
.search-page-search-wrap .td-widget-search-input { 
width: 120px;
}
}

Thanks

Post count: 80

Perfect!

Viewing 5 posts - 1 through 5 (of 5 total)
You must be logged in to reply to this topic.