• Resolved SJBaily

    (@sjbaily)


    On a phone, the hero slider button call to action is hidden under the footer widget on my site. I only just noticed this after years. Can you help me to move the button up slightly or move the footer widgets down? Thank you.

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi @sjbaily,

    Try adding this CSS code to Appearance > Customize > Additional CSS from dashboard.

    @media (max-width: 580px) {
      .sydney-hero-area .slide-inner {
        top: auto !important;
        bottom: 30px !important;
      }
    }
    Thread Starter SJBaily

    (@sjbaily)

    Thank you. That worked perfectly!

    Thread Starter SJBaily

    (@sjbaily)

    Marking resolved. Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Hero Slider Button Not Showing on Mobile’ is closed to new replies.