• Resolved Abe

    (@abu117)


    Not sure if this is a theme problem or something I have done. pages are set to full-width, but as you can see (on a desktop) the sidebar space remains?

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi,

    Please use the given CSS code in custom CSS box.

    .page-id-2 .col-md-4.enigma-sidebar {
        display: none;
    }
    .page-id-2 .col-md-8 {
        width: 100%;
    }

    Thanks.

    Thread Starter Abe

    (@abu117)

    thanks – that worked for the homepage ?? How can I do this for every page? I’m assuming I shouldn’t have to add this CSS rule for each individual page?

    Hello,

    You really selected “page full width” ? Is it not in full width?

    Then go to enigma theme directory. Open page.php file and see the line given below –

    <div class="col-md-8">

    replace this code with this code – <div class="col-md-12"> save the file after that.

    See the result.

    Thanks.

    Thread Starter Abe

    (@abu117)

    Sorry, it seemed the other pages were set to default. All is OK now ?? Thanks for your help,

    Abe

    most welcome.

    • This reply was modified 5 years, 9 months ago by surbhis.
    • This reply was modified 5 years, 9 months ago by surbhis.
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Cannot remove sidebar’ is closed to new replies.