Okay
  Public Ticket #1079707
position of share buttons on mobile
Closed

Comments

  •  2
    Matt started the conversation

    the position of the share buttons on mobile are being hidden by my header 

  •  8,999
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    @media only screen and (max-width: 480px) {
        .single .blog-title #single-meta ul li.meta-share-count {
            clear: none !important;
        }
    }

    Thanks


    ThemeNectar Support Team 

  •  2
    Matt replied

    nailed it. thanks