Show 2 sidebars on single blog page

  1. How do I show two sidebars on all single posts?
    It would be sidebar1 content sidebar 2.
    Thanks.
  2. Also, what is the best way of doing transparent header? I added some CSS but it’s not good for default archives(blog page, blog posts, etc). Please check http://digi.myskeleton.tk/top-blog-seo/ for example. Thanks.

Hi Faizan,

Thank you for reaching out to us.

  1. Two sidebars layout is currently not supported, we have 2 columned layout (sidebar left, content right and content left, sidebar right). What you could do is having 1 sidebar globally, and use Cornerstone to create another two column layout so one will be you content column and other would be the sidebar.

  2. For the archives, blog or blog posts you can give your header a background color and remove the absolute positioning of the header for those pages. To do this add the following code in the Theme Options > CSS:

.single .masthead, .archive .masthead, .blog .masthead {
    position: relative;
    background: rgba(0,0,0,0.2);
}

Hope this helps!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.