Hi I am using imbalance 2 template but I playing abit with CSS. I would like to center align text and image on the blogpages themselves.
what would be the css code for that.
The blog I need help with is pan0ra.wordpress.com.
WordPress.com is an easy way to start blogging. Get a blog, check out our features, read the latest announcements, choose from great themes, or learn about the team behind it.
Need help? Check out our Support site, then
Hi I am using imbalance 2 template but I playing abit with CSS. I would like to center align text and image on the blogpages themselves.
what would be the css code for that.
The blog I need help with is pan0ra.wordpress.com.
This would center everything in the content area on individual posts for the Imbalance 2 theme, but I'm not sure it's exactly what you're after?
#content {
text-align: center;
}
Or do you mean center the entire post block itself like this?
.post_title h1, .post_title h2, .entry-content, #comments {
padding-left: 0;
margin: 0 auto;
}
Hi designsimply :) and thx for your reply its seems to work very well with the latter one...Cheers!
Hi again ds...I have already added my main domain http://www.panora.is (is for Iceland) to the blog and it is infact working but the address window always changes into the wordpress domain...and for some reason I can not add my own to the list of domains? do you have any solutions to this?
That problem was happening because panora.is was forwarded through a registrar before instead of actually being mapped to a WordPress.com blog. It's fixed now after a little work. :)
This is the relevant help page for anyone else who finds this thread later and has the same question: http://en.support.wordpress.com/domain-mapping/map-existing-domain/
I had this same problem- got my question answered, thanks!
Cool! :)
thx alot ds :)
This topic has been closed to new replies.