Options

Remove space on top of slide show image (gallery)

fisfra123fisfra123 Registered Users Posts: 1 Beginner grinner
edited November 29, 2023 in SmugMug Customization
I would like to remove the space between the image of a slideshow and the header (see attached screenshot). I tried the following

.sm-user-ui .sm-gallery-cover-buttons {display: none;}
.sm-user-ui .sm-gallery-cover-info {display: none;}
.sm-user-ui .sm-gallery-cover {display: none;}

Unfortunately that does not work since the ".sm-user-ui .sm-gallery-header .sm-gallery-cover-container" class is still there. I tried to add

.sm-user-ui .sm-gallery-header .sm-gallery-cover-container {display:none;}

but that did not help either. Any ideas?
Sign In or Register to comment.