Home Forums Designexo Pro Remove sidebar from a page

Tagged: 

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #39393
    Maria Evert Riveros
    Participant

    Hello!

    I would like to remove the sidebar from one page – only one, the others can keep it.

    How do you go about achieving that?

    I would like to remove it from this page: https://berteludsenshuse.dk/placeringer/

    I have not found a solution to this problem in the documentation.

    Thank you in advance.

    Regards,

    Maria

    #39395
    themearile
    Keymaster

    Hi Maria

    Thanks for contacting us.

    Please add the below css in the Additional CSS box, Please go to Appearance => Customize => Additional CSS then paste the CSS here and click on to Publish button.

    body.page-id-11 .sidebar {
    display: none;
    }

    Let us know if it works.

    Thanks

    #39398
    Maria Evert Riveros
    Participant

    Thank you 🙂 The sidebar is in fact removed… but is there a way to make the width of the remaining container wider? When removing the sidebar we do just that, removing the sidebar, but it just leaves an empty space instead of it being used by the main container.

    It does not help changing Container Width to Full, as it still does not “overrun” the space previously used by the sidebar.

    Is there a way to have the main container use the space normally used for the sidebar?

    Thank you very much in advance.

    Maria

    #39400
    themearile
    Keymaster

    Hi Maria

    Yes, please also add the below CSS in the Additional CSS box.

    body.page-id-11 .theme-blog .col-lg-8 {
    max-width: 100%;
    flex: 0 0 100%;
    }

    Let us know if it works for you.

    Thanks

    #39404
    Maria Evert Riveros
    Participant

    Thank you, that was EXACTLY was I wanted! Much appreciated 🙂 🙂

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