• I am trying to get a page with no sidebars to appear. I have been able to get the information in the sidebar not to show up, but the vertical line is still there.

    If anyone could help that would be awesome. I am using the theme redtime, and here is the url for it: oneloveyoga-studio.com/home

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

    (@cartar929)

    I have tried to create a new page template and using hide with css. I am still not having any luck, if anyone could share some knowledge that would be great.
    Thanks,
    Carter

    the vertical line is from the background image in this style:

    #body{
    	width:100%;
    	background:url(images/bgr_body.gif) repeat-y right;
    	overflow:hidden;
    	padding:0 0 40px 0;
    }

    you need to overwrite this with background: none; in your home-gallery.css.

    also, your content is running over the right edge – you might be better off with just 90% here:

    #body_left_content{
    	width:90%;
    	padding:0 0 0 44px;
    
    }

    generally, with formatting problems, please try to work with a tol such as Firefox’ add-on Firebug https://getfirebug.com/ to evaluate the involved css selectors.

    helping with fundamental formatting is not the main scope of this WordPress forum.

    Thread Starter cartar929

    (@cartar929)

    Thanks for the help, even though this is out of the main scope of the forum.

    I had that image removed on home-gallery.css but not on style.css, so instead I just moved that image to the sidebar.

    #body_right_content{
    	background:url(images/bgr_body.gif) repeat-y left;
    }

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