Remove margin/padding from element
-
I have a page (theseasonssamui.com) in which the main content has a fair amount of padding and margin. I’d like to eliminate them. An inspect element illuminates the element in-question, and the entry is:
media="all" @media screen and (min-width: 1218px) .archive-header, .comments-area, .image-navigation, .page-header, .page-content, .post-navigation, .site-content .entry-header, .site-content .entry-content, .site-content .entry-summary, .site-content footer.entry-meta { margin-right: 54px; }
I’m not sure what the entry in my style.css should be to set this margin to 0px. I’ve tried all of the intuitive possibilities, but the margin/padding remains unchanged.
Viewing 11 replies - 1 through 11 (of 11 total)
Viewing 11 replies - 1 through 11 (of 11 total)
- The topic ‘Remove margin/padding from element’ is closed to new replies.