Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #41361
    David Walden
    Participant
    Premium Member

    Featured Links, which are in a stellar location on desktop (below the Header and Slider, just before the first article), do not appear at all on mobile.

    Does anyone know how to make the Featured Links appear on mobile?

    Please advise.

    David@thewaldenword.com

    http://WWW.THEWALDENWORD.COM

     

     

    #41371
    vako
    Keymaster
    WP Royal Team

    Hi David,

     

    At first, thank you for upgrading to the Pro version.

    Please navigate to Dashboard > Appearance > Customize > Aditional CSS and following snippet:

    @media screen and (max-width: 768px) {
    #featured-links {
    display: block !important;
    }
    .featured-link {
    width: 100% !important;
    margin-right: 0 !important;
    margin-bottom: 20px !important;
    }
    }

     

    Kind Regards

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