Hi,
I'm having a problem with Sideabartabs widget.
There seems to be a gap between the tabs and the content.
I wanted to know if there was any way I could get rid of the gap.
It probably is something to do with the style sheet not sure what though.
I think the arg option of the widget might help.
Thanks
http://www.isocnews.com/wordpress
http://wordpress.org/extend/plugins/sidebartabs/
nghorta
Member
Posted 2 years ago #
Replace the line in the styleSidebar.php file:
42 margin: 0 0 10px 0;
by
42 margin:-19px 0 10px 0;
and see the result. Adjust if necessary, the value (-19px) to one that is appropriate for your theme.
Pretty much exactly what I was looking for,
Still have a bit of trouble with IE7 but that's probable IE fault
nghorta
Member
Posted 2 years ago #
Add below line 42:
margin: -21px 0 10px 0\9;
Adjust, if necessary, the value -21px