Sidebar size

Hello,
congratulations on this theme, really liked it, easy to use and very well done. I bought it 6 hours ago and the configuration is all done already
But have a little trouble with my blog sidebar.
I created a specific sidebar in the theme options and added to the blog page and single posts, set the size on 23%, but seeing the sidebar live the size is much bigger.
The content itself is in the right size, but the background of the sidebar goes large and creates an horizontal scrolling on the page.
Another question is: can I set a certain sidebar also for the single posts or do I ha to select it manually every time I create a new article?

thanks for answering
Alice

ps. here you can see the pages with the problem highlighted in my question

Comments

  • HI,
    the sidebar does not actually take this space, it is contained within the content grid width.
    You can use this custom css to disable the background color
    .widget-area::before {
    background:none !important;
    }
    You can edit the single post and in the page options you will find an option to choose any sidebar you desire. You can also set it globally in theme options>sidebars.
    thanks
Sign In or Register to comment.