CSS help, please
-
For the “Coats and Sweatshirt” section with flower background, I want to 1) lose the big bottom margin and padding and 2) make the background image to be full width with the browser.
I added the following CSS but it’s not working. Can someone please help me?
div#post-3168 { padding-bottom: 0; margin-bottom: 0; } section#sph-3e0dcf0f50d00d2988e5a4f64cf0de25 { margin-bottom: 0; } section#sph-3e0dcf0f50d00d2988e5a4f64cf0de25n { margin-left: calc(50% - 50vw); margin-right: calc(50% - 50vw); width: auto; background-size: cover !important; }
The page I need help with: [log in to see the link]
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘CSS help, please’ is closed to new replies.