Hello all
I've been looking at CSS Stylesheet and i'm unsure what to admend to make spaces between images bigger along rows.
Also need to admend text on pages to white in main and in sideboxes!!!
Any ideas
Look forward to any replies
BFGK
Hello all
I've been looking at CSS Stylesheet and i'm unsure what to admend to make spaces between images bigger along rows.
Also need to admend text on pages to white in main and in sideboxes!!!
Any ideas
Look forward to any replies
BFGK
Hello all
To get image spacing added following to CSS:
.centerBoxContentsNew {
padding: 0.2em;
}
.categoryListBoxContents{
padding: 0.2em;
}
Hope the above helps!
BFGK