Shop Categories

X

How to disable sidebar on Blog page

Home Forums Agama Pro Plugin How to disable sidebar on Blog page

Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #30304

    Are there advanced CSS to disable the sidebar on my Blog page.
    I can disalbe the sidebar, but it is still shown here: https://wunderbarehaut.de/blog/
    How to do that? Documentation?

    #30305
    yuniz
    Spectator

    HI,

    Please add following code inside additional css
    /* Disable sidebar on blog page */
    body.blog #primary{width:100%}body.blog #secondary{display:none}

    Regards

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.