• Resolved dsychan

    (@dsychan)


    Hi I am trying the free corpo theme on my site.
    I always get the main sidebar with archives and meta and hello world
    on my home page. Even though I removed it from the widget location under main side bar.I still see it on every page I create. On a few pages I get leave a Reply. How can I remove this?
    Also does the free template allow you to put widget categories like your in your website responsive, color schemes, theme options, thanks
    (sections like so, I don’t know if its one row or three items)
    I am newbie to wordpress.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter dsychan

    (@dsychan)

    hello, can anyone assist ?
    here is the link to the site. thanks
    http://www.pwrinxight.com/wp2/

    That’s interesting that the theme would add a Meta and Archive section to the sidebar when there are no widgets in it.

    Are you trying to remove the sidebar altogether? One workaround is to add a Text widget with no title and no content. That will keep the other two widgets from appearing, but then you have all that extra empty space for the sidebar.

    If you want to hide the sidebar completely and expand the width of the content area, you can add this CSS:

    #sidebar {
    display: none;
    }
    #content {
    width: 900px;
    }

    The first rule hides the sidebar area and the second rule expands the main content area to fit the entire width.

    Since Corpo doesn’t have a custom CSS option, you should either create a child theme and add it to your child theme’s style.css file, or use a CSS plugin like Custom CSS Manager.

    Thread Starter dsychan

    (@dsychan)

    Thanks I will try this.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Corpo theme- side bar’ is closed to new replies.