2014 theme removing padding and margins
-
I’m trying to remove the border,margins, and side bars, etc. from my web page so that the content size is the max size and centered. I’ve tried everything I could find but it still appears that there is some type of padding etc. on the left as the video is not centered.
Any help would be greatly appreciated
The blog I need help with is: (visible only to logged in users)
-
Hi Nick,
Try this custom CSS:
#content { margin-left: 0; } article { position: relative; z-index: 2; } -
- The topic ‘2014 theme removing padding and margins’ is closed to new replies.