Where can i change size of form fields

Joomla webshop template with CSS3-based animations, VirtueMart support and one-page checkout.
GK User
Sun Jan 24, 2016 11:05 am
Hello
I want to use event booking on my site, but the form firlds is so small that you cant see the text that you write into it.

http://padleopplevelser.no/index.php/no ... gistration

How can i change this.
Other templates is shown perfectly, only storefornt that have this problem.

Dearest
Jan
User avatar
Junior Boarder

teitbite
Wed Jan 27, 2016 11:26 am
Hi

Try adding this code to override.css

Code: Select all
.eb-container input, .eb-container select {
    height: 30px;
    padding: 5px !important;
}
User avatar
Moderator


cron