• Resolved ramf1v

    (@ramf1v)


    HI,
    I’ve just spent a few hours editing my first template.
    I’ve had a lot of success editing the code and improving the look of the theme, but I’m stumped on the sidebar width (at least I think it’s the sidebar width).
    I’ve managed to remove the blog from the sidebar, but when I add a new page and insert a 1024 wide image, the sidebar overlaps the right side of the image.

    https://ramissin.co.cc/portfolio/?page_id=59

    I’ve tried Firebug to find the code , and scoured all the php files but can’t find the code i need to change.
    I know I can resize the image , but would like to have it show full size.
    Can someone point me in the right direction as to what code is controlling this section ?

    thx

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter ramf1v

    (@ramf1v)

    Ok, I’ve found the code….

    .content {
    	float: left;
    	width:950px
    	overflow: hidden;
    	margin:0 0 20px 0;
    	padding:0;
    	}

    but when I expand the width it breaks my blog page.
    It pushes the blog entry to the bottom of the page.

    Blog Page

    Is there any way of avoiding this ?

    I’m kind of enjoying this tracking down code malarky ??
    but no preview button in this forum makes me nervous ??

    Thread Starter ramf1v

    (@ramf1v)

    Ah ..silly me of course…..

    <?php get_sidebar(); ?>

    you know this is pretty straight forward with trial and error

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Change Sidebar Width’ is closed to new replies.