• Dear

    Is there a way to remove the sidebar from the customization panel without the need for need to modify the PHP code. I have only this change and would not like to make a child theme for this minor customization.

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

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

    You can try adding the following code to your Admin Panel > Appearance > Customize > Additional CSS field:

    aside#right-sidebar {
      display: none;
    }

    Thanks!

    Hello,

    For Pages –

    Kindly go to Customize > General Options > General Settings > Select full width layout

    For Blog –

    go to Customize > Blog > Blog Entries > Select full width layout

    go to Customize > Blog > Single Post > Select full width layout

    Thread Starter hussainbarakat

    (@hussainbarakat)

    Thank you for the help.

    The first solution by Amran works for me but I hide the sidebar not removing it. Anyway not bad solution considering it an easy CSS solution and hope it not come back with update.

    The second solution, which should be the ultimate one does not work for me. Probably it is bug in the theme.

    Thank you guys

    It is strange. Did you try clearing your cache after updating the customizer settings?

    Thread Starter hussainbarakat

    (@hussainbarakat)

    Thumps up

    Now it works

    Glad to hear that!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘removing the sidebar without coding’ is closed to new replies.