Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1405928

    Hi,
    i just noticed that i cannot get back on the Home Site when i am mobile in the menue.
    Can you help me with that?

    That would be great!

    Many greetings ricxi

    #1406023

    Hey rixi,
    Thank you for the link to your site, since most of the link on your site are to anchor links on your homepage I recommend enabling the “back to top” button for mobile devices, try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

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

    Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

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