Deleted side bar, now how do I center align content?
-
Hello,
I am beginning to put together a site at this location for now: sportdieting.com
The theme is: “Simple Business”
I deleted the side bar from the news section and have a blank space to the left. I am needing advise on how to move the content to the center of this section.
The css currently looks like this:
/** News ROW **/
.frontpage-news{background: #ffffff;padding:120px 0 100px;margin-left:-15px;margin-right:-15px;}
.frontpage-news .news-title{text-align:center;text-transform: uppercase;margin-top:0px;margin-bottom:10px;}
.frontpage-news .news-sub-title{text-align:center; margin-bottom:20px;}
.frontpage-post {margin-bottom:30px;}
.frontpage-post-content{background:#fff;border-bottom: 1px solid #cacaca;border-left: 1px solid #cacaca;border-right: 1px solid #cacaca;padding:30px;}
div.content .frontpage-post-content
div.content .frontpage-post-content .meta{font-size:11px;font-style:italic;padding:0px;}I am new to most of this, so thanks for the input!
- The topic ‘Deleted side bar, now how do I center align content?’ is closed to new replies.