• Hello!

    I run my company’s blog on pridegardenproducts.com. We use the theme Express Store, which is no longer supported/updated by the publisher.

    I would like to figure out how to automatically assign the sidebar to the right page. The places I am having trouble is with blog posts and category pages, example here: https://pridegardenproducts.com/category/latest-news/

    We currently have to manually set the sidebar to go to the right on every blog post, however there is no place to assign this setting to category pages. Can anyone give me an easy solution to assign the sidebar to ALWAYS be at the right? I would prefer a simple plugin rather than messing with the code.

    Thanks so much!
    Jen

Viewing 3 replies - 1 through 3 (of 3 total)
  • It’s probably unlikely anyone here will know much about how a commercial theme is set up or coded…as we don’t have access to them and they’re not supported here.

    Have you considered finding a theme that IS supported? In the long run, you’d really be much better off not using a theme that’s likely to have increasing compatibility issues going forward.

    Thread Starter jkhnels

    (@jkhnels)

    I would love to try and find a new theme, but that is not going to be on the priority list for a while. I was hoping there was a plugin that I could use that would provide access to determining where the sidebar was, regardless of the theme?

    I don’t know of any plugins that will do that – but see if adding this CSS will:

    .category #sidebar {
         float: right;
         margin-right: 0;
    }
    
    .category #page-content {
       clear: none;
    }

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Express Store theme and Sidebar Position’ is closed to new replies.