• Hello, how can i change the width of the sidebar? i want it a little bit thinner, and while the sidebar is thinner, i would like that the blog space wins the space that the sidebar loses. thanks a lot

Viewing 1 replies (of 1 total)
  • HI proinam1,

    Thanks for contacting us,

    Change the size of a sidebar, for this paste, the following css code in custom css filed

    
    .sidebar-section
    {
    width: 300px;
    }

    Adjust the value as you need.

    Thanks

Viewing 1 replies (of 1 total)
  • The topic ‘sidebar size’ is closed to new replies.