By Gabriela Colin on Friday, 16 October 2015
Posted in Technical Issues
Replies 3
Likes 0
Views 725
Votes 0
Hi,
I have a minor issue with the search field in easysocial, please see attachment. Can you tell how can I make it display correctly?
Thanks in advanced!
Gabriela
Hey there,

It seems like your Joomla template is enforcing a height and padding on all inputs and that is bad because it also adds an !important tag. To fix this, add the block of css codes below into your template's css file,


body div#fd.es .es-toolbar .fd-navbar-search .search-query {
height: auto !important;
padding-top: 0 !important;
padding-left: 35px !important;
}
·
Friday, 16 October 2015 01:26
·
0 Likes
·
0 Votes
·
0 Comments
·
That fix it!
Thank you!
·
Friday, 16 October 2015 03:53
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Gabriela,

You are most welcome. Glad to hear that your issue has been resolved now.
·
Friday, 16 October 2015 11:52
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post