So much space after each content area- looks like lots of ::after
-
Is it possible to override ::after selectors?
My page (on localhost right now) has a simple header, an image and then the bottom (which has too much white space, an HR, and then the footer.
The Sketch theme adds 3 ::after selectors followed by an HR at the bottom of each content area. They appear to be the cause of a lot of unwanted space.
Is there a way to get rid of them, without modifying their code? Can I do this with a bit of custom CSS?
So at the end of the page above the footer it looks something like this:
</div>
</div>
::after
</div>
</div>
::after
</div>The page I need help with: [log in to see the link]
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘So much space after each content area- looks like lots of ::after’ is closed to new replies.