Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #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

    #688675

    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

    #688686

    No, nothing changed. And I also don’t see the footer menu on mobile

    #688692

    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

    #689383

    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?

    #689398

    Also..how can I get bigger space between the 2 footer links when they place on 2 different lines on mobile?

    #691450

    Hi,

    Did you remove the footer menu? I can only see the “Privacy Policy” link which is already centre aligned.

    Best regards,
    Ismael

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.