• Resolved webmark487

    (@webmark487)


    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

    • This topic was modified 3 years, 2 months ago by webmark487.
Viewing 1 replies (of 1 total)
  • Hi,

    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;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘Full screen slider’ is closed to new replies.