safeandwetcom
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Post Alignment is offTHANK YOU! can I buy you a beer?
Forum: Themes and Templates
In reply to: Post Alignment is offsure, thanks again!
Forum: Themes and Templates
In reply to: Post Alignment is offalso im kinda a picky little bitch its not like this site is making me money or anything i guess i could live lol
Forum: Themes and Templates
In reply to: Post Alignment is offthe entire post, you can see the first image (the concert) is touching the boundry of the left column. if you just go from the front page to a post you will see the post shift to the right.
btw thanks for being so patient, maybe I just need to reinstall or something…
Forum: Themes and Templates
In reply to: Post Alignment is offJust checked the css manually and it has your line
#left-col h2 { padding: 0 40px; }
Forum: Themes and Templates
In reply to: Post Alignment is offNow my front page is cherry but when you click a post its augmented to the right a little…
Forum: Themes and Templates
In reply to: Post Alignment is offI dont know what to say? When i go to edit my CSS file its
#footer { background:url(img/bottom.png) no-repeat top; height:114px; margin-bottom:50px; }
#left-col h2 { padding: 0 40px; }Forum: Themes and Templates
In reply to: Post Alignment is offcheck again? the last line under layout.
Forum: Themes and Templates
In reply to: Post Alignment is offhm
#wrapper { background:url(img/back2.png) no-repeat center top; }
#contents { width:959px; margin:0 auto; text-align:left; }
#header { background:url(img/top.png) no-repeat bottom; height:160px; }
#middle-contents { background:url(img/side.png) repeat-y; padding-bottom:50px; }
#left-col { float:left; display:inline; width:584px; margin:0 0 0 5px; }
#right-col { float:right; display:inline; width:330px; margin:70px 5px 0 0; }
#footer { background:url(img/bottom.png) no-repeat top; height:114px; margin-bottom:50px; }
#left-col h2 { padding: 0 40px; }gives the results you see now.
Forum: Themes and Templates
In reply to: Post Alignment is offAdded it, when you click on a single post it displays correct, but the main page is still to the left.
Forum: Themes and Templates
In reply to: Post Alignment is offunder layour instead of
#left-col { float:left; display:inline; width:584px; margin:0 0 0 5px; }
or in addition to?
Forum: Themes and Templates
In reply to: Post Alignment is offhow would i go about saving all the stuff i’ve tweaked and reintergrating it? pictures, header, etc?
Forum: Themes and Templates
In reply to: Post Alignment is offHi again,
You can check out https://www.safeandwet.com for the resultsalso when reverted back to twentyten everything is fine so it’s something theme specific I guess? Would reinstalling the theme do anything?
Forum: Themes and Templates
In reply to: Post Alignment is offIf I remove the () then my titles dissapear completely off the front page! And the body text is shifted to the correct position with padding: 15px 0 40px;
the () was added to make the title appear, then my text shifted left. I thought i would leave it and rearrange the text as a work around.
Excuse me for the sloppyness I don’t really know wtf im doing.
and thanks again for your help!
Forum: Themes and Templates
In reply to: Post Alignment is offI tried playing with the h2 values but couldnt get it to move over as well… any ideas?