Hi – a while back you helped me with some custom CSS to show & position social icons,
looks like an update disagrees with the css – please look at the icon’s position at smartphone size:
http://ivorytowerbridal.co.uk/
any chance you can assist please?
Hi evtilsley!
Where would you like to display your social icons on mobile?
Please add following code to Quick CSS to move it higher
@media only screen and (max-width: 480px) {
ul.noLightbox.social_bookmarks {
top: -25px!important;
}}
Best regards,
Yigit
Hi – I’d like them to be positioned as they are at tablet size if possible – ie next to the menu icon
Hey!
Please add following code to Quick CSS instead
@media only screen and (max-width: 769px) {
nav.main_menu {
float: right;
}
ul.noLightbox.social_bookmarks {
position: relative;
right: 60px!important;
margin-top: -50px!important;
}}
Best regards,
Yigit
Awesome. FIXED