Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #755656

    The theme is taking out the back to top button that shows up on desktop when viewed on mobile and we need this to show up as it should on the mobile responsive setting.

    #755770

    Hey Enigma,
    Try this code in the General Styling > Quick CSS field:

    @media only screen and (max-width: 767px) {
    .responsive #scroll-top-link {
      display: block !important;
    }}

    Best regards,
    Mike

    #755802

    Ok good deal, this worked.

    #755821

    Hi,
    Your welcome and Thank you for using Enfold.

    Best regards,
    Mike

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.