Over sized elements

Memovie Joomla Template support forum for Joomla 1.5 only.
GK User
Mon Mar 08, 2010 6:26 pm
Hi,

thanks for this nice template.


But I have two little problems with it :

On safari (mac) : the selection box are over-sized (see picture)

On IE8 (pc), can't select anything in the selection box, because of the pop up blocker

site : http://www.medi-recrut.com
User avatar
Fresh Boarder

teitbite
Tue Mar 09, 2010 6:05 pm
Hi

Please play with paddings in class:

Code: Select all
input, select, textarea, .inputbox {
font-size:100%;
padding:6px 10px;
}


in http://www.medi-recrut.com/templates/gk ... joomla.css



Please tell something more about second problem because I can use selects easly.
User avatar
Moderator

GK User
Wed Mar 10, 2010 4:03 am
Hi

Try adding this code:

Code: Select all
.searchForm select{
width: 200px;
margin: 5px 0!important}


I can't the result on Mac, because i don't have it.

Cheers
User avatar
Platinum Boarder

GK User
Fri Mar 12, 2010 11:36 am
hi,

Thanks for your help;

Where should I add this piece of code ? In joomla.css ?

Do I have to try Teitbite's solution ?


Thanls
User avatar
Fresh Boarder

GK User
Fri Mar 12, 2010 12:23 pm
Ok it's fixed, I used both solution ;-)



Another question , where to add google analytics code with this template ?

Thanks
User avatar
Fresh Boarder

GK User
Fri Mar 12, 2010 12:23 pm
Ok it's fixed, I used both solution ;-)



Another question , where to add google analytics code with this template ?

Thanks
User avatar
Fresh Boarder

teitbite
Sun Mar 14, 2010 9:49 pm
Hi

templates/gk_memovie/layouts/default.php

Just before </body> tag almost at the end of this file.
User avatar
Moderator


cron