Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #52701
    Emilie Canchon
    Participant
    Premium Member

    Hi guys,

    I have set up 4 featured links on my website pointing to different pages.

    They appear on my laptop/PC/Tablet without any problems, but they do not appear on smartphone.

    Would you have a CSS snippet for that?

    Many thanks!

    #52706
    vako
    Keymaster
    WP Royal Team

    Hi Emilie,

     

    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

    #52716
    Emilie Canchon
    Participant
    Premium Member

    Thank you so much Vako. It works perfectly.

    #52776
    vako
    Keymaster
    WP Royal Team

    You are welcome. Feel free to contact us anytime.

     

     

     

    Kind Regards

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