Reply To: SOCIAL NETWORKS BUTTONS ON NAV MENU BAR

Home Forums Support SOCIAL NETWORKS BUTTONS ON NAV MENU BAR Reply To: SOCIAL NETWORKS BUTTONS ON NAV MENU BAR

Home Forums Support SOCIAL NETWORKS BUTTONS ON NAV MENU BAR Reply To: SOCIAL NETWORKS BUTTONS ON NAV MENU BAR

#88328
Mark Flint

Thanks Tom. The code did work, but with a little tweaking. I had to add in !important for it to kick in and once I’d done that it ended up aligning in the right place but with both icons on top of each other. So I created CSS for each icon and adding padding to the second:

.twitter_icon {
position: absolute !important;
right: 0;
}
.facebook_icon {
position: absolute !important;
right: 0;
padding-right: 40px;
}

This has made it work: http://www.strawberryshop.flintmarketing.co

However these icons don’t seem to be appearing on mobile… Any idea why that would be??