Tagged: centered logo, header, social icons
Hi.
I’m using the centered logo with menu below option, and also have the header set Let logo and menu position adapt to browser window box checked.
I am trying to relocate the social icons that appear in the header area so that they are centered below the centered logo. I was able to move it some using:
.html_bottom_nav_header #top .av-logo-container .social_bookmarks { margin: 20px; right: 50%; text-align: center; }
but the icons themselves are to float: left which results in them being left justified.
How can I center the container below the centered logo and also have the icons themselves centered in their own div?
here’s the URL: http://mindsparklabz.com/dev/onswann/
thanks!
Hey MindSpark,
Thanks for getting in touch with us!
In the above code you used, please try adjusting the value for the right attribute. Try setting it to 45% instead of 50%. So you should have right: 45%;.
Let me know if you need further assistance.
Best regards,
Jordan Powell