• Resolved Melanie

    (@majecter)


    Hi there,

    I am using the Life Coach template / Astra theme. The social media buttons do not show up in the tablet view. Please let me know how to fix this.

    Thanks.

    Melanie

    • This topic was modified 4 years, 9 months ago by Jan Dembowski.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi @majecter

    Check 1: For the homepage in Elementor Page builder, check if you have disabled social media section for tablet.

    Check 2: Check if you have this CSS in Appearance > Customize > Additional CSS or Custom CSS section of Elementor editor (check both in page custom CSS and global custom CSS section):

    @media (max-width: 1024px) and (min-width: 768px)
    .elementor .elementor-hidden-tablet {
        display: none;
    }

    If the CSS is there, just remove it and this will solve your issue.

    Check 3: If all things are right and still it is not displaying then please copy and paste below CSS in Appearance > Customize > Additional CSS section:

    @media (max-width: 1024px) and (min-width: 768px)
    .elementor .elementor-hidden-tablet {
        display: unset;
    }

    It should work. ??

    Thread Starter Melanie

    (@majecter)

    Thank you very much. It worked! I appreciate your help.

    Happy to help. ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Social Media Buttons Don’t Show Up In Tablet View’ is closed to new replies.