How to fix the size of search position in Joomla Template

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Tue Dec 30, 2014 7:21 pm
Reply with quote
Report this post
Hello, please tell me whether you can solve the problem with the size of the position "search". For example, when turned on, the position of the "sidebar_left" and "update_date", the size of the position of the normal "search", but if you turn off these positions, the size of the "search" is extended. Thank.
User avatar
Junior Boarder

teitbite
Fri Jan 02, 2015 10:02 am
Reply with quote
Report this post
Hi

It's using percentages to divide the space. Please tell me how do You want it to be and I'll help.
User avatar
Moderator

GK User
Fri Jan 02, 2015 3:46 pm
Reply with quote
Report this post
teitbite wrote:Hi

It's using percentages to divide the space. Please tell me how do You want it to be and I'll help.


Hello, Happy New Year!
I want to search the field size does not depend on the presence of field sidebar_left . Because on certain pages of my site has modules in position sidebar_left , while others do not. Thanks.
User avatar
Junior Boarder

teitbite
Sat Jan 03, 2015 11:24 am
Reply with quote
Report this post
Hi

Please try add this to override.css and make sure override is enabled in template settings:

Code: Select all
#gkSearch {
    max-width: 300px;
}
User avatar
Moderator

GK User
Sat Jan 03, 2015 2:11 pm
Reply with quote
Report this post
teitbite wrote:Hi

Please try add this to override.css and make sure override is enabled in template settings:

Code: Select all
#gkSearch {
    max-width: 300px;
}

Thanks.
User avatar
Junior Boarder

teitbite
Sun Jan 04, 2015 12:39 pm
Reply with quote
Report this post
Hi

Please check if this works with smaller screens and mobile devices. I'm afraid this is not all the code this small modification may require.
User avatar
Moderator


cron