Anyone feel like having a look at my site http://www.superfellow.info to help me figure out how to get rid of the fat borders around the widgets on the left and right side.
I use the wp widgets plugin
Anyone feel like having a look at my site http://www.superfellow.info to help me figure out how to get rid of the fat borders around the widgets on the left and right side.
I use the wp widgets plugin
Have a look at your style-sheet:
#left_side h3, #right_side h3 {
...
border:1px solid white;
...
}
change to
border: none;
Hi
That removes the boxes around the heading only.
Are you seing the thick white line above the "Asides"
This topic has been closed to new replies.