Little Help With Wordpress Theme

Discussion in 'PHP' started by Meads, Jul 25, 2007.

  1. #1
    http://www.blogforit.com/

    See the sidebar were the payperpost icon is how do i get that as far right as it can go within the white space, and the posts text over that way too.

    Anyone get what i mean?
     
    Meads, Jul 25, 2007 IP
  2. jestep

    jestep Prominent Member

    Messages:
    3,659
    Likes Received:
    215
    Best Answers:
    19
    Trophy Points:
    330
    #2
    Most likely you will need to edit your css file.

    Looking at your css file, I would start here:
    
    .narrowcolumn{
    	float: left;
    	width: 479px;
    	background: url(images/dotted_vertical.gif) repeat-y top right; 
    }
    
    Code (markup):
    and change to:
    
    .narrowcolumn{
    	float: left;
    	width: 619px;
    	background: url(images/dotted_vertical.gif) repeat-y top right; 
    }
    
    Code (markup):
    You may have to play with the width a bit, but it looks like that is all that needs to be changed.
     
    jestep, Jul 25, 2007 IP
    Meads likes this.
  3. Meads

    Meads Well-Known Member

    Messages:
    547
    Likes Received:
    20
    Best Answers:
    0
    Trophy Points:
    123
    #3
    Your a star, worked a charm rep will be added
     
    Meads, Jul 25, 2007 IP