Remove top margin from full screen gallery
-
Hello,
I’m looking for some help removing the top margin from a “full screen gallery” page
Weird thing is when inspecting the margin it’s part of the root HTML rather than an element on the page I can target with CSS
I’ve tried the following custom CSS (with * to target all elements) with no luck so far:
/* Remove top margin from model gallery */ .post-51 * { margin: 0 !important; padding: 0; }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 ‘Remove top margin from full screen gallery’ is closed to new replies.