-
AuthorPosts
-
September 19, 2016 at 6:54 pm #688668
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
September 19, 2016 at 7:04 pm #688675Hi 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!
BasilisSeptember 19, 2016 at 7:09 pm #688686No, nothing changed. And I also don’t see the footer menu on mobile
September 19, 2016 at 7:14 pm #688692Hi!
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,
YigitSeptember 20, 2016 at 4:10 pm #689383Ok, 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?
September 20, 2016 at 4:31 pm #689398Also..how can I get bigger space between the 2 footer links when they place on 2 different lines on mobile?
September 26, 2016 at 5:17 am #691450 -
AuthorPosts
- You must be logged in to reply to this topic.
