This topic has 7 replies, 3 voices, and was last updated 8 years, 11 months ago ago by Stan Russell
Hi there,
I have inserted some social icons into the top bar, this was easy enough to do.
However the icons are not set in the middle of the bar, please could you tell me how to position them a few pixels lower down.
Regards
Tope
Hello topfalade,
please clear browser cache and check your site.
Regards,
Stan Russell.
Hello
Please try add following code into the custom.css:
.languages-area i:before{transform: translateY(1px);
-moz-transform: translateY(1px); /* Firefox */
-ms-transform:translateY(1px); /* IE */
-webkit-transform: transateY(1px); /* Safari, Chrome, iOS */
-o-transform: transateY(1px); /* Opera */
transform: transateY(1px);}
Regards,
Brian Johnson
Hi, I’ve tried this code.
It didn’t work, any other ideas?
Hello,
please try following code:
.top-bar .languages-area{
margin-top:4px;
margin-bottom:-2px;
}
Regards,
Stan Russell.
That did the trick, Brilliant thanks very much.
Hello topfalade,
we are always happy to be helpful! Have a nice day!
Regards,
Stan Russell.
Tagged: positioning, seo friendly, social icons, top bar, woocommerce, wordpress themes
The issue related to '‘Social Icon Position in Top Bar’' has been successfully resolved, and the topic is now closed for further responses