My socket copyright and menu isn’t central. Please see private content. How can I fix this?
Hey Kieran,
I checked your site and notice the issue. To provide an accurate solution please let me know how the copyright and menu are centered? Was there any custom code used? If so please remove the code you are using and get back to us so we can help you better :)
Best regards,
Vinay
Thanks! Yes, it is centred using:
#socket .copyright { float: none;
position: absolute;
text-align: center;
width: 100%;
bottom: -20px;
}
#socket {
min-height: 60px;
}
#socket .sub_menu_socket {
position: absolute;
clear: both;
text-align: center;
width: 100%;
top: 5px;
}
#socket .sub_menu_socket > div {
display: inline-block;
}
.copyright, .copyright a {
color: #ffffff;
}
Hi,
Please replace the above code with the below code. If you still have any issue please post the WordPress login in private so we can take a closer look :)
#socket .container {
display: flex;
justify-content: center;
}
NOTE: You must clear the cache to view changes.
Best regards,
Vinay
Thanks Vinay. That appears to have done a good job, however, the privacy policy link is slightly higher than the copyright. (By a few pixels.)
Hi,
Please try this CSS as well:
#socket .sub_menu_socket {
margin-top: 1px;
}
Best regards,
Rikard
Perfect thank you
Hi,
Glad we could help!
Please take a moment to review our theme and show your support https://themeforest.net/downloads
Don’t forget to bookmark Enfold Documentation for future reference.
Thank you for using Enfold :)
Best regards,
Vinay