Quantcast
Channel: forum.coppermine-gallery.net
Viewing all articles
Browse latest Browse all 9614

Re: Padding in file information but not category list?

$
0
0
Add to themes/your_theme_name/your_style.css:

Code: [Select]
#picinfo .tableb {
  padding: 5px 3px 5px 3px;
}

5px 3px 5px 3px; means top, right, bottom, left.
Replace the values with your desired values.

You can also use if you need to style it more:

...

Viewing all articles
Browse latest Browse all 9614

Trending Articles