Center FullWidth Div
-
I’m having a hard time figuring out why I can’t place my fullwidth posts in the centre of the page. Here’s a link to a sample post in my blog:
This is what I’ve been trying to use but it unfortunately doesn’t work
div#main.fullwidth {
width: 75%;
display: block;
margin-left: auto;
margin-right: auto;
}I hope this is not a silly question as I’m a newbie in coding and stuff. Thanks.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Center FullWidth Div’ is closed to new replies.