• HERE

    At the bottom of my sidebar you can see I installed a fresh version of DOMTab. For some reason, the buttons are aligned vertically as oppose to horizontally in which I want them. How would I go about having them be shown next to eachother and me able to determine the width of the button I want? Any help is appreciated!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Change the display property to “inline” in both of these CSS sections:

    line 297 in style.css:

    .sidebar1 ul li, .sidebar2 ul li {
        display: inline;
        margin: 0;
        padding: 0;
    }

    line 316:

    .sidebar1 ul li a, .sidebar2 ul li a {
        border-top: 1px dotted #898989;
        color: #171717;
        display: inline;
        font-size: 12px;
        margin: 0;
        padding: 4px 0 4px 6px;
        text-decoration: none;
    }

    Thread Starter teckn1caLity

    (@teckn1cality)

    Hmmm, weird I missed that. Normally when I customize a site (overhaul edit) I rework the sidebar myself with new code and forgot to this time. Thanks for the help.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Domtab Tabber Button Help’ is closed to new replies.