Hello Support,
On our dev site http://shelli.bydecosta.com we added Facebook and Twitter Social Icons on the header.
On Firefox looks great but on Google Chrome when you put the mouse on top of Facebook or Twitter icon, the right side of the rollover looks cut off.
Please let me know what can be done to fix the problem.
Thanks,
Marcelo
Hey Marcelo!
Try adding this code to the Quick CSS:
#top .social_bookmarks li a {
overflow: visible !important;
}
Cheers!
Josue
Thanks this is perfect.
MP