Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #644490

    So we are yet again redoing our footer I added the copyright and I added the footer menu and they are offset from each other:

    http://prntscr.com/bdp3i8

    I saw this topic Issue with socket text again and I tried it, however It still leaves a bunch of space on the bottom of the page.

    The point of switching to the socket footer is to eliminate space not add more. Do you have any advice for this problem that will also remove the extra space and line them up?

    Thanks for your time.

    • This topic was modified 8 years, 5 months ago by evan_friedl.
    #644552

    Hey evan_friedl,

    Thanks for getting in touch with us!

    Could you please provide a link to your site, so that we can have a closer look. You can place the information in the Private Content section of your reply.

    Best regards,
    Jordan

    #645007

    There is no footer on the main page so here is a secondary page. Who We Serve Page

    #645075

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    div .copyright {
        width: auto!important;
    }
    

    Best regards,
    Vinay

    #645154

    Ah Vinay as always coming up with great solutions! That did the trick.

    I do have another question. Do you know why those links are not showing on mobile and is there a way to show them?

    #645944

    Hi,

    Please try the following in Quick CSS under Enfold–>General Styling:

    @media only screen and (max-width: 767px) and (min-width: 480px) {
    .responsive #socket .sub_menu_socket {
        display: block !important;
    }
    }

    Best regards,
    Rikard

    #648344

    It still does not show in portrait mode and the links just squish all funky in landscape mode. On the iPad the links are offset below the copyright line.

    I could not get my phone to screenshot for some reason so when I was trying it by squishing the browser it did the same thing. http://prntscr.com/bgj464

    • This reply was modified 8 years, 5 months ago by evan_friedl.
    #649290
Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.