1
Hi was wondering what exactly was done to bring the content in the blocks a little more to the right, off the edge.
The default theme in XOOPS (currently) seems to put everything on the left edge with no margin.
I was checking the Style and HTML and noticed that this might be whats doing it in the CSS on xoops.org:
td#leftcolumn div.blockContent {padding: 2px 0px 2px 3px; line-height: 110%; padding-left: 15px;font-size:11px;}
padding-left:15px
If this is it, why is there no left-padding on the right hand blocks ? there doesnt need to be but they are both using the blockContent class.
Can anyone clear this up for me?
Thanx