• Hello!

    How do I remove the sidebar from the category-page?

    The main page: /wordpress/

    The category page: /wordpress/category/fabrikker/

    Sincerely,

    Geir

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • you can use display:none in your CSS like so

    .category #sidebar {display:none;}

    You probably want the main content wider so also add this

    .category #content {width:100%}

    You can add this in the customizer custom CSS option.

    Thread Starter keramikk

    (@keramikk)

    Thank you, @hanheg!

    Sincerely,

    Geir

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Remove side bar from category page’ is closed to new replies.