Can I remove the sidebar widget area completely from the theme?

Discussion in 'Woodpecker WordPress Business Theme' started by v4sb, Mar 6, 2015.

  1. v4sb

    v4sb Member

    Joined:
    Mar 14, 2013
    Messages:
    341
    Likes Received:
    0
    I would like to remove the sidebar widget area feature. Is there any way to do that? THank you!
     
  2. praveen

    praveen Support Staff

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

    Use the css code given below.
    Code:
    .sidebar {
    display: none;
    }
    Thanks,
    Praveen
     
  3. v4sb

    v4sb Member

    Joined:
    Mar 14, 2013
    Messages:
    341
    Likes Received:
    0
    This worked to remove the content from the sidebar, but now that area is blank, meaning that there is still a "section" to the side for sidebar content and leaves that whole area white. I need the remaining content to take up the full width instead of acting like there is still a sidebar there.
     
  4. sameerwalkar

    sameerwalkar Guest

    Hi,

    Try and follow the steps mentioned in image to fullwidth.

    woodpecker-fullwidth-template.png

    Thanks,
    Sameer Khanwalkar
     

Share This Page