Hi there!
Is there some quick CSS I can apply to the Secondary Menu to center the text and social media icons?
Thanks!
Hey!
Can you please firstly choose to display secondary menu so we can provide you accurate custom CSS code?
Cheers!
Yigit
Al set!
Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.av_secondary_right .sub_menu {
float: none;
left: 45%;
}
Best regards,
Yigit
Wonderful, thank you! It moved the navigation items but not the social media links – almost there :)
Hey!
Please use following code instead
@media only screen and (min-width: 1200px) {
#header_meta .container {
width: 63%;
margin-left: 0;
}}
#header_meta .container {
width: 70%;
margin-left: 0;
}
Regards,
Yigit
Perfect, thank you!