Tagged: copyright, footer, footer menu, socket
-
AuthorPosts
-
June 8, 2016 at 4:29 am #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:
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.
June 8, 2016 at 6:16 am #644552Hey 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,
JordanJune 8, 2016 at 7:14 pm #645007There is no footer on the main page so here is a secondary page. Who We Serve Page
June 8, 2016 at 9:36 pm #645075Hi,
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,
VinayJune 9, 2016 at 12:22 am #645154Ah 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?
June 10, 2016 at 4:01 am #645944Hi,
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,
RikardJune 15, 2016 at 4:05 am #648344It 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.
June 16, 2016 at 4:01 pm #649290Hi,
Please refer to this post – http://kriesi.at/documentation/enfold/display-footer-menu-scroll-to-top-button-on-mobile/
Best regards,
Yigit -
AuthorPosts
- You must be logged in to reply to this topic.