Cant get part of my sidebar to disapper
-
So I am using the theme OceanBeach (https://www.skinpress.com/ocean-beach/) and im trying to remove the sidebar from just one of my pages. I have put the following code into my header that points to a new stylesheet but I cant seem to actually get rid of the sidebar. What am I forgetting?
<?php if ( is_page(array('3','103','471')) ) { ?> <link rel="stylesheet" type="text/css" href="<?php bloginfo('template_url'); ?>/no_sidebar_style.css" /> <?php } else { ?> <link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" /> <?php } ?>
I removed all items in the new stylesheet that pertains to the sidebar, but cant seem to get rid of it. Here is a before and after the changes I made to the code:
<img src=”https://i230.photobucket.com/albums/ee187/codeblue2k/WordpressImage2-1.jpg” border=”0″ alt=”Photobucket”>
<img src=”https://i230.photobucket.com/albums/ee187/codeblue2k/WordpressImage-1.jpg” border=”0″ alt=”Photobucket”>
Is there some other place that the actual sidebar is called? I did this on another website and all that I remember doing was what I did above. Please help ?? thanks!!
- The topic ‘Cant get part of my sidebar to disapper’ is closed to new replies.