<ul class="social_bookmarks"> in footer is not showning. change rule in css to:
#wrap_all #socket .social_bookmarks {top:15px;}
<ul class="social_bookmarks"> in footer is not showning. change rule in css to:
#wrap_all #socket .social_bookmarks {top:15px;}
Hi,
Try to put this on your custom.css
#socket .social_bookmarks {
top: 10px;
}
Regards,
Ismael
You must log in to post.