Remove sidebar widgets

Discussion in 'ButterBelly WordPress Theme' started by mckinlt, Aug 28, 2015.

Thread Status:
Not open for further replies.
  1. mckinlt

    mckinlt Member

    Joined:
    Aug 27, 2015
    Messages:
    45
    Likes Received:
    0
    Can I remove the sidebar widgets on the non-home pages? Right now it's search, archives and categories and I don't want anything there but the page itself. See http://novamidwife.org/information/insurance/

    Thanks much! Tammi
     
  2. priya

    priya Guest

    Hello,

    Greetings from InkThemes!

    You can easily remove sidebar widget from the home page, you just all have to paste below CSS code in the Custom CSS field (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .sidebar {
        display: none;
    }
    Hope it will resolve your issue

    Thanks & Regards!
    Priyanka
    Inkthemes.com
     
  3. mckinlt

    mckinlt Member

    Joined:
    Aug 27, 2015
    Messages:
    45
    Likes Received:
    0
    Thank you. Is there any way to recenter the text over the whole screen now that the sidebar is gone rather than the sidebar area just being blank space?
     
  4. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hi,

    Please select full-width template for the page in which you don't want to show the sidebar.
    See attachment:-
    full_width_issue2.png

    Hope it will resolve your issue :)

    Regards!
    Praveen
    InkThemes.com
     
  5. mckinlt

    mckinlt Member

    Joined:
    Aug 27, 2015
    Messages:
    45
    Likes Received:
    0
    that worked great. Thank you.
     
Thread Status:
Not open for further replies.

Share This Page