• Resolved Jacor Construction

    (@jacorconstruction)


    Hello,

    I am wondering why the social media button bar displays on desktop vertically, but is horizontal when viewing on mobile? Is there a way to make it also vertical on the mobile view?

    Thanks!

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

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Support Amin – WPMU DEV Support

    (@wpmudev-support2)

    Hello @jacorconstruction ,

    I have checked your site but there are no social media icons on the mobile version of the site.
    Have you removed it from the view?

    kind regards,
    Kasia

    Thread Starter Jacor Construction

    (@jacorconstruction)

    Yes, I had hid it from Mobile because of it being horizontal but now I have set the setting back to how they were… Do you see it now? It is not loading for me on my iPhone….

    Thank you,
    Samantha

    Plugin Support Dimitris – WPMU DEV Support

    (@wpmudev-support6)

    Hello there @jacorconstruction

    Hope you’re doing well today! ??

    Please add the following CSS rules in Appearance -> Customize -> Additional CSS:

    .hustle-shares-floating {
      display: -ms-inline-flexbox !important;
      display: inline-flex !important;
      -ms-flex-direction: column !important;
      flex-direction: column !important;
    }
    .hustle-shares-floating .hustle-social-icon {
      margin-right: 0;
      margin-bottom: 15px;
    }
    .hustle-shares-floating .hustle-social-icon:last-child {
      margin-bottom: 0;
    }

    Warm regards,
    Dimitris

    Thread Starter Jacor Construction

    (@jacorconstruction)

    Thank you for this code, Dimitris! This helped with making the social media bar go vertical on Mobile but the Youtube icon seeems to be stretched? Any insight on that?

    Greatly appreciate your help!

    Thread Starter Jacor Construction

    (@jacorconstruction)

    Hi Dimitris,

    I am not sure if you saw my previous reply but I did not mean to mark this as resolved. The issue with the social media bar being horizontal on mobile has been fixed but now the bottom logo (Youtube) expands and makes it disproportionate. Is there another snippet of code I need to fix this as well?
    Thank you!

    Hello @jacorconstruction

    I hope you are doing well!

    I appologize fo rlate reply. Please change this CSS

    .hustle-shares-floating .hustle-social-icon:last-child {
      margin-bottom: 0;
    }

    With this

    .hustle-shares-floating .hustle-social-icon:last-child {
      margin-bottom: 15px;
    }

    Let us know how it went!

    Cheers,
    Nastia

    Plugin Support Dimitris – WPMU DEV Support

    (@wpmudev-support6)

    Closing this topic due to recent inactivity.
    Feel free to post back any update or create a new topic and we’ll be glad to carry on troubleshooting. ??

    Thank you,
    Dimitris

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Social Media Bar – Mobile’ is closed to new replies.