• Resolved nspeedrace

    (@nspeedrace)


    How do I keep this so that it responsively stacks up…all of the other content stays perfectly in place.

    access to see the site
    un: demo
    pw: blockfitness17

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor averta support

    (@averta_support)

    Hi,

    Thank you for choosing Master Slider.

    Please change layer position origins to center.

    Let me know the result.

    Best,

    Thread Starter nspeedrace

    (@nspeedrace)

    Thank you this work…any other way to edit what is seen on mobile devices? Ideally I’d like the buttons to stack on mobile.

    Plugin Contributor averta support

    (@averta_support)

    Hi again,

    You can create two sliders and define classname for each of them (ex: .desktop-slider and .mobile-slider), then use one of them on your mobile.

    After that, apply the below code on Slider custom styles:

    @media screen and (max-width: 768px) {
     
     .desktop-slider {
       display:none;
     }
      
    }

    If you need any further information, please let me know.

    Best,

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Buttons sliding up page when making screen smaller’ is closed to new replies.