• Resolved robromeijn

    (@robromeijn)


    Hi support,

    I want to put a sidebar on my category pages, but it is displayed very narrow. When I go to the edit screen via Colibri, I see no option to adjust the width. Also, Block edit specifies that the width is 100%. How can I adjust the division on the page to make the sidebar wider?
    Thanks in advance!

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello,

    Please add this extra CSS code in Customizer -> General Settings -> Additional CSS :

    @media screen and (min-width: 1024px){

    .colibri-sidebar.blog-sidebar-right {

    width:30%!important;
    }
    }

    Thread Starter robromeijn

    (@robromeijn)

    Hi Cristian,

    That did the trick!! Thanks al lot

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Adjustment Sidebar’ is closed to new replies.