Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #421521

    Icons disappear on mobile, I’m sure this has likely been asked but could not find a snippet to have them display on tablet + mobile?

    #421773

    Hi WalkerPark!

    Could you provide us with a link to the site in question so that we can take a closer look please?

    Regards,
    Rikard

    #421984

    http://wpmdemo.info/magetaphysio/

    thanks Richard, the social links disappear at the phone screen size,

    Andrea

    #422637

    Hi!

    Add this to your custom CSS.

    .responsive.html_header_top #header_main .social_bookmarks {
      display: block !important;
    }

    Regards,
    Elliott

    #422686

    ok, that works great, except they are going over top of the logo on mobile,

    #422894

    Hi!

    I can’t see any overlapping on my end, could you provide us with a screenshot and what browser/phone you are using please?

    Regards,
    Rikard

    #424014
    #424431

    Hi!

    Where do you want to place the social bookmarks when viewing on mobile devices? Please provide a screenshot. You can use this to adjust the position of the social icons:

    @media only screen and (max-width: 479px) {
    .responsive.html_header_top #header_main .social_bookmarks {
      display: block;
      position: relative;
      margin-top: 20px;
    }}

    Cheers!
    Ismael

    #425479

    Thank you! All resolved now,
    Andrea

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Social Bookmarks Mobile’ is closed to new replies.