• Resolved arminbasiri

    (@arminbasiri)


    Dear,
    I’m using Twenty Twenty Theme and added a slideshow using Metaslider.
    The slideshow works great, but it’s only in the middle of the page.

    I can’t find where I can take away the left and right margins so it goes from all left to all right through my entire browser.

    I can’t send you URL, because I’m working on my localhost (need to finish it before I can put it online), I have taken a screenshot however with exactly what I have and what I would need (can’t seem to find a place to upload the picture here tho..).

    Thank you in advance for your help!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hey, arminbasiri, basically to make it take up more width, you can add some CSS that will target the MetaSlider div as in the following example:

    div#metaslider-id-228 {
        max-width: 90%;
    }

    Change the associated ID number (within the div) to your needs.

    Thread Starter arminbasiri

    (@arminbasiri)

    Thanks !

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘metaslider on full width’ is closed to new replies.