DePo Masthead – page off center
-
Somehow my blog page http://parapija.wordpress.com/about/ messed up and now is missaligned to the right. Now every page i create has this problem. Individual posts and front page seems ok though. I didn’t do anything with css code, because i dont have that option.
Any help apreciated.The blog I need help with is: (visible only to logged in users)
-
-
-
@lance: I think this issue is occuring again, see my blog: http://italiaanseracefietsen.wordpress.com/
Again: any help greatly apreciated!
-
It’s not occurring again—you just have some outdated CSS code in your Custom CSS file.
Look for:
.attachment,.post,.page {
position:relative;
width:604px;
margin:0 auto;
}
and change it to:
.hentry.attachment,.hentry.post,.hentry.page {
position:relative;
width:604px;
margin:0 auto;
}
- The topic ‘DePo Masthead – page off center’ is closed to new replies.