Viewing 7 posts - 1 through 7 (of 7 total)
Viewing 7 posts - 1 through 7 (of 7 total)
- You must be logged in to reply to this topic.
Hi, I’m trying to center the copyright line and the socket menu but it doesn’t show in the right way.
This is the result I want in both desktop and mobile http://www.euromanagement.it/
And this is the website I need to fix http://www.simonasantaera.it/
Thanks for the help
Hi emanuelecocchiaro!
Cna you please add the following
#socket .container { text-align: center; }
to your custom CSS and let us know if that will work fine for you?
Thanks a lot
Cheers!
Basilis
No, nothing changed. And I also don’t see the footer menu on mobile
Hi!
Please refer to this post – http://kriesi.at/documentation/enfold/display-footer-menu-scroll-to-top-button-on-mobile/
and try to use the code as following
#socket .copyright {
width: 100%;
text-align: center;
}
Best regards,
Yigit
Ok, thanks a lot, we are almost there. It looks perfect on mobile, but still in desktop mode I have centered copyright but I still have footer menu on the right…as you can see in http://www.simonasantaera.it
This is the whole code I used till now
@media only screen and (max-width: 767px){
.responsive #socket .sub_menu_socket {
display: block !important;
}}
#socket .copyright {
width: 100%;
text-align: center;
}
Any other suggestions to stick the footer menu at the center also in desktop mode?
Also..how can I get bigger space between the 2 footer links when they place on 2 different lines on mobile?