space between flags and logo

GK User
Thu Apr 18, 2013 2:05 pm
hi there

small additional request.

http://www.ic-tm.nl/nl/

any idea how to decrease the space between the logo (right - module), and the language flags.

regards
emel
User avatar
Platinum Boarder

Konrad M
Thu Apr 18, 2013 2:09 pm
Hi,
please add to override.css
Code: Select all
.mod-languages {
    margin: 61px 20px 0 0;
}

and decrease first value to fit your needs. Remember to enable override.css option in template settings.
User avatar

GK User
Thu Apr 18, 2013 2:14 pm
party okay.. now my logo is placed on the left.... it should be on the right
http://www.ic-tm.nl/nl/
User avatar
Platinum Boarder

Konrad M
Thu Apr 18, 2013 2:16 pm
It is happned becasue you have this code added by you:
Code: Select all
#gkSearch, #gkButtons {
    float: left !important;
    margin-top: 5px !important;
}

so #gkSearch where is logo is aligned to left. And it has to be aligned to right.
User avatar

GK User
Thu Apr 18, 2013 2:25 pm
life saver! thanx
User avatar
Platinum Boarder


cron