Presentation images – full width
-
Hi there! I’m trying to have a slideshow as the opener for my page, I’m working with WordPress blocks with the 2022 Theme. I want it to be full-width and I’ve set it up that way in the block options but the images are still scaled down (they are the right size, and the image size option of the slideshow is set to full).
The problem seems to be a ‘figure’ container: .wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_slide figure. It is also set to 100% width, even though when I hover on it on Developer mode it shows two columns on the sides where I would like the image to spread. I’ve tried to add this CSS to the Additional CSS options to no avail:
figure {
display: block;
margin-block-start: 0px;
margin-block-end: 0px;
margin-inline-start: 0px;
margin-inline-end: 0px;
}Is it possible to have the slideshow as full width? Any ideas?
The page I need help with: [log in to see the link]
- The topic ‘Presentation images – full width’ is closed to new replies.