It’s not clear what you are referring to, and you’ll need to provide the live URL in order to provide concise support.
Your page isn’t loading properly bc all the images are being reference on your local machine:
https://ibb.co/q9Kmgg9
Thanks for the feedback, I’ve updated the image links so they now load correctly.
See this screenshot which explains the margin I’d like to remove: https://snipboard.io/bf2caH.jpg
The URL should be shared for all logged in users, for anyone else it’s http://box2406.temp.domains/~charlkg7/fitstop/model-gallery/
Site is still in development so the URL isn’t fully “live” yet
Thanks for your support 🙂
Customizer –> Additional CSS :
.wp-block-image {
z-index: 10000;
position: relative;
display: none;
}
Thanks Corinna – your CSS removed the logo from the page which I want to keep but you put me on the right track 🙂
Final CSS is:
.wp-block-image {
z-index: 10000;
position: relative;
margin: 0px;
}
This retains the logo (overlaid on the gallery slider) but removes the annoying margin above the image.
Thanks for your help!