Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #48440
    Jennifer Widera
    Participant
    Premium Member

    Hi, I created 4 featured links on the home page however they only appear on a PC but not when viewing the home page on mobile or tablet.

    #48461
    vako
    Keymaster
    WP Royal Team

    Hi Jennifer,

     

    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.