• Resolved rajamjad

    (@rajamjad)


    Dear Sir,
    I don’t want to display a sidebar on my website, please let me know ho to remove sidebar.
    Thanks & Regards

Viewing 8 replies - 1 through 8 (of 8 total)
  • Hello,

    rajamjad

    select “Full-Width Page” option from Page Attributes section. you can see it on “Edit Page”
    right-hand side

    Thread Starter rajamjad

    (@rajamjad)

    Thank you very much for your help.
    I have another issue, list of all pages is showing at the bottom of every page (footer) how to remove that list of pages?

    Thread Starter rajamjad

    (@rajamjad)

    I installed e-commerce plugin, and in e-commerce pages, sidebar still exists.
    I open the pages but there is no option to select “Full-Width Page”. Plese let me know what to do.
    Thanks & Regards

    Hello,

    rajamjad

    Please give your site URL.

    Thanks.

    Thread Starter rajamjad

    (@rajamjad)

    Thanks for your quick response. my website is
    rajamjad.com

    please keep in your mind that there are two issues.
    1. list of all pages is showing at the bottom of every page (footer)
    2. in e-commerce pages, sidebar still exists.

    Thanks

    Hello,

    rajamjad

    go to

    Dashboard->Appearance->Customize->Theme Options->Theme General Options->Custom CSS
    insert code into Custom CSS textbox and Save

    .enigma-sidebar 
    {
        display: none !important;
    }
    .enigma_blog_wrapper .col-md-8
    {
     width: 100% !important;
    }

    But remember it will hide sidebar from all pages.

    Thread Starter rajamjad

    (@rajamjad)

    Thank you very much.

    Hello,

    Most welcome.

    Let us know for further query.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘How to remove Side Bar Please’ is closed to new replies.