how center post content?
-
http://eccecello.com/portfolio/se-ve-o-que-pasa/
i’d like to have all in the centered position, using css.
thanks!!
The blog I need help with is: (visible only to logged in users)
-
ok, i got to center the text and the title, but not the line
i did it using this,
.single-jetpack-portfolio .entry-content { margin-left: -120px; margin-right: 110px; } .single-jetpack-portfolio .entry-title { margin-left: -120px; margin-right: 110px; }what can i use to center also the line?
-
That line is the bottom border of the entry header and page title div which can only be centered by centering the div it belongs to.
I suggest you remove the above styles and try the following and see if you like the result:
.entry-main, .paging-navigation, .post-navigation { float: center; width: 100%; } -
- The topic ‘how center post content?’ is closed to new replies.