Twenty Twelve
-
Hello,
I’m trying to customize the default 2012 theme.
I am trying to remove the 1 px grey border around the main page of the site, and the margin. See this image for what I am referring to:
https://firetree.dyndns-server.com/cam/pic/wpForum.JPG
I’m sure you all realize this, but the green part there is the margin i’m trying to get rid of. Unfortunately the code below didn’t work. I read on google that the hfeed class is for webcrawlers, not styling so I’m assuming that isn’t the issue, and I couldn’t find the id “page” or #page anywhere defined in style.css. What else could create this problem, and how would you fix it?I changed the “site” class in style.css of the theme to:
.site {
/* removed padding and bg color to this */
padding: 0;
margin: 0;
border: none;
}
- The topic ‘Twenty Twelve’ is closed to new replies.