• Resolved Anonymous User 12612747

    (@anonymized-12612747)


    Hello,

    I am trying to get rid of the sidebars on my category page and all of my posts. I have got rid of the following code:
    <?php // get_sidebar( ‘left’ ); ?>
    <?php // get_sidebar( ‘right’ ); ?>
    <?php // get_sidebar(); ?>
    and this gets rid of the sidebars but I am unable to to make the page full width.

    Thanks in advance for the help!

Viewing 7 replies - 1 through 7 (of 7 total)
  • Are you already using a child theme?

    Thread Starter Anonymous User 12612747

    (@anonymized-12612747)

    Yes I am.

    Then you probably need to add some new CSS to your child theme’s stylesheet to over-ride the parent’s CSS for the main content area. Try using Firefox with the Firebug add-on for this kind of CSS troubleshooting. Or use whatever developer tool is available in your web browser.

    Thread Starter Anonymous User 12612747

    (@anonymized-12612747)

    I found the css that controls that but when I change it to make the page look how it want it effects the home page where I want to keep the sidebars.

    Sounds like your CSS just isn’t specific enough yet. Try using Firefox with the Firebug add-on for this kind of CSS troubleshooting. Or use whatever developer tool is available in your web browser.

    Thread Starter Anonymous User 12612747

    (@anonymized-12612747)

    I have been using that and its how I found the code that changes it. Nothing else seems to hit it but ‘.paged #content, .archive #content, .search #content, .error404 #content, .entry, #comments, #respond’ and like I said before it also effects the home page.

    Thread Starter Anonymous User 12612747

    (@anonymized-12612747)

    I figured it out.

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘Category Page/Single Post full width’ is closed to new replies.