Hi, quick question, i'm sure there's an easy solution but i cant seem to get it to work.
I'm trying to adjust the space between the text columns on my information page
Any help is appreciated, thank you
Elliot
Hi, quick question, i'm sure there's an easy solution but i cant seem to get it to work.
I'm trying to adjust the space between the text columns on my information page
Any help is appreciated, thank you
Elliot
The sizes are automatically generated.
However you can override things - check your source code or use Firebug to track down the name of each css selector for each column.
In this case I tried:
#img-container .first { width: 250px !important; padding-right: 50px; }
!important overrides any other value for width and padding-right is... well, padding-right.
Thanks arsondpi,
is this in /plugin/format.documenta.php ?
Yes you can insert it in the css part of documenta.php (towards the end - there's a php line that, depending on your skills, you can have a look)
Alternatively you can insert it in your style.css
This thread has been closed, thank you.