Support » Theme: Custom Community » Change width of right sidebar

Viewing 3 replies - 1 through 3 (of 3 total)
  • Can you provide more information – like you site address or what theme you are using.

    Thanks
    Soco
    [link removed – please see the forum guidelines]

    Thread Starter milogus

    (@milogus)

    Hello soco,
    my theme is Custom Community
    my site is in maintenance mode.
    please help me to change the width of right sidebar

    hi milogus,

    when you set responsive mode to “disable”
    ( THEME SETTINGS -> GENERAL -> RESPONSIVE )

    then you can change the right sidebar width easily via another theme option:
    ( THEME SETTINGS -> SIDEBARS -> RIGHT SIDEBAR -> WIDTH )

    if you have responsvie behaviour enabled everything is done automatically.

    you could add a css snippet though and modify if it works for you:

    #container #sidebar { width: 30%; }

    might be you also need something more like

    #content { width: 65% !important; }

    ** watch out that your layout doesn’t break when playing around with this.

    and add the CSS to your Custom CSS Field in the
    THEME SETTINGS -> CSS tab

    hope this helps,
    konrad

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Change width of right sidebar’ is closed to new replies.