Tagged: align, center, enfold, middle, social icons
Hi there,
I have the logo center aligned and the menu is below.
I would also like to see the social icons above the header to be center aligned. In the settings I only see the options to align left or right.
Thanx and looking forward to your reply!
Ben
UPDATE:
I have been able to center align the icons on the top..
Pretty sure though I did not follow the proper approach:
—
#top .social_bookmarks li a {
left: 574px;
}
—
Can you tell me what would be the proper way?
Thanx!
Hey!
Thank you for using Enfold.
Please remove the code then replace it with the following:
#top #wrap_all .social_bookmarks {
text-align: center;
width: 100%;
}
#wrap_all .social_bookmarks li {
display: inline-block;
float: none;
}
Regards,
Ismael
Worked like a charm :-) Thanx