Forums
Forums / Plugin: Slider, Gallery, and Carousel by MetaSlider - Image Slider, Video Slider / Full screen slider
(@webmark487)
4 years, 8 months ago
Hi,
How can I create a full screen slider with MetaSlider? Which is responsive.
Thx in advance and best regards Markus
PS in case it is of relevance: i use WordPress theme Twenty Twenty-One
(@yanex)
Twenty-Twenty One has a CSS styling preventing MetaSlider to go full width.
You need to overwrite the max-width CSS. You can do that by adding the CSS code below to your site.
.metaslider { max-width: 100% !important; }
The topic ‘Full screen slider’ is closed to new replies.