Template moves some search fields

Professional Joomla social template with metro design and JomSocial extension support.
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
Mon Mar 10, 2014 9:56 pm
Reply with quote
Report this post
Hi, Im using M Social with Mosets Tree for a future directory in Joomla 3.2.3, I have your latest version of (M) Social

website: http://botanica-criolla.bandaspr.com

Area with problems: http://botanica-criolla.bandaspr.com/glosario-botanico

The problem is that in the general search area of Mosets Tree some of the selectable fields move out of the correct line

I changed the template to the default one of Joomla and everything seems ok but when I change the template back to (M)Social the area looks really bad.

Im including some printscreens with the regular default joomla 3 template and on with (M)Social

Can you provide maybe a override code to include in the template that can fix that area or some change to the space in the template so it will look at is supposed to be?

Thanks in advance
User avatar
Expert Boarder

GK User
Thu Mar 13, 2014 11:35 am
Reply with quote
Report this post
Hello,

Please add at the end of css/gk.stuff.css file the following code:

Code: Select all
#glossarysearch input[type="radio"] {
   float: none;
}
#glossarysearch .button {
   margin-right: 10px;
}
#glossarysearch + h3 {
   clear: both;
   padding-top: 20px;
}
User avatar
Administrator

GK User
Thu Mar 13, 2014 7:03 pm
Reply with quote
Report this post
Thank You! worked perfect!

Problem Solved!
User avatar
Expert Boarder


cron