Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #311359

    Hello,

    On certain pages I’m using a sidebar, on the archive another. Those are automaticly added. On other pages I’m hiding them.

    Now I’m using the plugin “events manager”, this generates pages and posts. That’s the meaning of it. But on those pages or posts (I can choose which one I will be using), there are sidebars. I don’t want those.

    How can I prevent that those sidebars will be generated?

    #311511

    Hello,

    Now I have made a second page template. In this second one I leave the include of the sidebar as it is and assign it to the pages where I want it. In the original page template I have deleted the sidebar. So each automatic generated page doesn’t have a sidebar. For so far this works.

    But, the sidebar isn’t showed, but the space for it is reserved including a vertical border. I see that the content div has a width of nine in the grid, the pages without sidebar are having a width of twelve. How can I change this width?

    See my page here
    Regards
    Erwin

    Update: the page is now fullwidth, only thing left is the border at the right. I can’t just edit the css-property because it is shown at other pages. Which class do I have to add to get rid of this border?

    Regards,
    Erwin

    • This reply was modified 10 years, 2 months ago by Erwin.
    #311660

    Hey!

    Thank you for visiting the support forum.

    Please use this on Quick CSS or custom.css:

    .single-event .content {
    border-right: none;
    }

    Cheers!
    Ismael

    #311676

    Hi Ismael,

    Thanks for the great support!

    Regards,
    Erwin

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Hide sidebar’ is closed to new replies.