miss aligned fields

GK User
Wed Feb 22, 2012 4:06 am
http://aleksandrshevchenko.org/index.php

how can i align those fields.. so they would be in one line. I've tried this.

button, .button, input[type="submit"], input[type="button"], div.mobileSwitch > a {
display: block; //uncheck this
float: left; //uncheck this
height: 30px;
line-height: 30px;
margin: 0 5px 2px 2px;
padding: 0 12px;
border: none;
background: #A6A6A6;
font-size: 12px;
text-transform: uppercase;
text-align: center;
color: white;
cursor: pointer;
}

and it works there..

however, all the other buttons on the website go crazy and are formated weird.

Screen Shot 2012-02-21 at 7.01.40 PM.png

Screen Shot 2012-02-21 at 7.03.33 PM.png

Screen Shot 2012-02-21 at 7.03.22 PM.png
User avatar
Expert Boarder

GK User
Wed Feb 22, 2012 5:37 am
Add following code in "/templates/gk_esport/css/override.css".
Enable css override feature from templates settings > advanced settings > css override "on".
Code: Select all
.acymailing_module_form td { float:left; padding:10px 10px 10px 0px; }


See you around...
User avatar
Platinum Boarder

GK User
Wed Feb 22, 2012 9:22 am
thanks.. :)
User avatar
Expert Boarder

GK User
Wed Feb 22, 2012 12:27 pm
No problem at all.

See you around...
User avatar
Platinum Boarder


cron