Removing grey padding from top and bottom
-
Hello,
I would like to ask for help to remove a grey padding from the top and bottom of my site. I have tried with the code from this site:
div#x-section-1 { padding-top: 0 !important; padding-bottom: 0 !important; } div#x-section-1 p { display: none; }
I did adjust it by in several ways, by replacing
div#x-section-1
with.site-content
,.site
, and*
, but to no avail.Last, I just need to point out that I only have access to ‘Additional CSS’, and not to the full theme editor, unfortunately.
I would highly appreciate any pointers for this using CSS. Thanks a lot,
Pablo
The page I need help with: [log in to see the link]
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Removing grey padding from top and bottom’ is closed to new replies.