Social Icons wrapping on Mobile

Support Area Forums Elite Social Icons wrapping on Mobile

Viewing 3 posts - 1 through 3 (of 3 total)
URL to the page in question: www.jackohagan.com.au
  • Author
    Posts
  • #30120
    LeanneKingwell
    Participant

    Hi Bill,

    Is there a way to stop the social icons (top right) from wrapping on mobile please?

    Many thanks,
    Leanne

    Attachments:
    #30151
    Bill Robbins
    Participant

    Let’s see if this does the trick:

    1. Go to your theme options page and choose the Advanced tab.
    2. Scroll down to the Custom CSS box and add this:
      
      @media only screen and (max-width: 520px) { 
      	
      	nav#social-menu {
      		position: absolute;
      		right: 0px;
      		top: 0px;
      	}
      
      }
      
    3. Update your settings.

    Take care,
    Bill

    #30194
    LeanneKingwell
    Participant

    PERFECT!
    thanks so much Bill 🙂 🙂 🙂

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Social Icons wrapping on Mobile’ is closed to new replies.