Advanced search  

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Pages: [1]   Go Down

Author Topic: Padding in file information but not category list?  (Read 4039 times)

0 Members and 1 Guest are viewing this topic.

fran86

  • Coppermine regular visitor
  • **
  • Offline Offline
  • Posts: 61
Padding in file information but not category list?
« on: June 15, 2015, 08:36:35 pm »

Hi there,

Is there a way to make more padding under the 'File information' without having more padding between the category list on home page? (It's hideous) I tried padding on tableb and tableb_alternate - it's literally so close and almost unreadable there without padding. I can provide you with screen caps if you need them.

Thank you in advance :)
Logged

allvip

  • Coppermine addict
  • ****
  • Country: 00
  • Offline Offline
  • Posts: 1362
Re: Padding in file information but not category list?
« Reply #1 on: June 18, 2015, 02:37:44 pm »

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:

Code: [Select]
#picinfo .maintable {
    YOUR SYLES HERE
}
#picinfo .tableh2 {
    YOUR SYLES HERE
}
#picinfo .tableb_alternate {
    YOUR SYLES HERE
}
#picinfo .tableb_alternate a:link{
    YOUR SYLES HERE
}
Logged
Pages: [1]   Go Up
 

Page created in 0.021 seconds with 20 queries.