Reduce Sidebar Width

  • Hello WoltLab and Everyone,

    I was wondering if someone might be able to help me out with the sidebar boxes? I would like to reduce the width to 260px? Right now the default width size is 310px. Also would like the middle box (forum list) to compensate on the sizing making the width wider.

    Hoping that a CSS code can do the trick?

  • Just can Take it ;)

    CSS
    .boxesSidebarLeft, .boxesSidebarRight {
    flex: 0 0 200px !important;
    }

    Greetz

    Dark

    Mit dem Ende naht der Anfang mit etwas Neuen, um dann wieder zu sagen „Nach dem Update ist vor dem Update“. :S

  • Thanks Darklord,

    It did work part of the way. I have both sidebar widths at 260px, however I have a large space on the right of the right sidebar?

    Is there something to compensate for that?

  • Modify your code to something like this:

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!