Change title/column padding in contact categories list - Joomla! Forum - community, help and support
kia ora folks
how or can change column widths in contact categories list view. or, perhaps better, how change padding between columns?
if @ link here, you'll see why need lol
http://www.nzams.com/cubana/index.php/c ... ty-manager
thanks
how or can change column widths in contact categories list view. or, perhaps better, how change padding between columns?
if @ link here, you'll see why need lol
http://www.nzams.com/cubana/index.php/c ... ty-manager
thanks
try this. open file:
http://www.nzams.com/cubana/templates/simplex/css/template.css
add following code:
for more information on padding see:
http://www.w3schools.com/css/css_padding.asp
always make backup of file/code before editing it.
mark
http://www.nzams.com/cubana/templates/simplex/css/template.css
add following code:
code: select all
/* code adds padding contact page */
.contact-category td {
padding: 5px 10px 0px 10px;
}for more information on padding see:
http://www.w3schools.com/css/css_padding.asp
always make backup of file/code before editing it.
mark
Comments
Post a Comment