Jump to content

CSS alignment - Joomla Module


isai

Recommended Posts

You have to override

input[type="text"], input[type="password"], input[type="email"], input[type="url"], textarea {    color: #3D5166 !important;    font-family: Lato,'Lato:400,400italic,700italic:latin',Arial,'Arial Unicode MS',Helvetica,Sans-Serif;    font-size: 13px;    font-style: normal;    font-weight: normal;    padding: 11px 0 0 10px;    width: 260px;}

padding and add height by targeting id ref

 

#mod-search-searchword {    height: 28px;    padding: 0 5px;}

 

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...