• Resolved rtomecek

    (@rtomecek)


    Hi,
    I’m trying your theme, great work. I would to ask, if a can change the width of left sidebar beside pages and eshop pages? The sidebar is too wide. I tried change “.container .five.columns” (the information from this forum) but it does not work.
    Thank in advance.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hey there rtomecek,

    Hope you’re well today!

    This is the correct class and it should change the width of the sidebar. Could you please post link to your site so I can take a look? Also where are you adding these changes?

    Best regards,
    Bojan

    Thread Starter rtomecek

    (@rtomecek)

    Hi.

    Look please at this page: rcsnake.mojemodely.cz
    I Think the left sidebar is too wide.
    Thanks.

    Hey there rtomecek,

    Please try adding the following CSS code to Appearance >> Theme Options >> Custom CSS:

    .container .five.columns {
    width: 140px;
    }
    
    .container .eleven.columns {
    width: 770px;
    }

    This should increase the width of the main content and decrease the width of the sidebar.

    Hope this helps 🙂

    Best regards,
    Bojan

    Thread Starter rtomecek

    (@rtomecek)

    Hi Bojan,

    This solution work exactly. Solved.

    Thanks you very much again.

    Glad I could help 🙂

    Cheers,
    Bojan

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Sidebar widht’ is closed to new replies.