Forums

[resolved] [Plugin: sidebarTabs] Sidebartabs Widgets gap (4 posts)

  1. mtbmtb
    Member
    Posted 2 years ago #

    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/

  2. 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.

  3. mtbmtb
    Member
    Posted 2 years ago #

    Pretty much exactly what I was looking for,
    Still have a bit of trouble with IE7 but that's probable IE fault

  4. nghorta
    Member
    Posted 2 years ago #

    Add below line 42:

    margin: -21px 0 10px 0\9;

    Adjust, if necessary, the value -21px

Topic Closed

This topic has been closed to new replies.

About this Topic