Social Icons wrapping on Mobile
URL to the page in question:
www.jackohagan.com.au
-
Hi Bill,
Is there a way to stop the social icons (top right) from wrapping on mobile please?
Many thanks,
Leanne
Let’s see if this does the trick:
- Go to your theme options page and choose the Advanced tab.
- 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;
}
}
- Update your settings.
Take care,
Bill
PERFECT!
thanks so much Bill 🙂 🙂 🙂
- The topic ‘Social Icons wrapping on Mobile’ is closed to new replies.