-
AuthorPosts
-
December 5, 2016 at 11:47 pm #720738
Hello,
on my page, i have two links in the footer. But on mobile i can not see them.
Thanks for helping in advanced
December 6, 2016 at 2:28 am #720778Hey -rene-,
Try adding this code in Quick CSS (located in Enfold > General Styling):
@media only screen and (max-width: 479px) { .responsive #socket .sub_menu_socket { display: block; float: left; } }Hope this helps.
Best regards,
NikkoDecember 6, 2016 at 1:42 pm #720976Hi Nikko,
no it does not work.
Cheers Rene
December 6, 2016 at 3:40 pm #721077Hi,
Please try the below code if it don’t work we need to take a clsoer look please post the admin login details in private content area.
@media only screen and (max-width: 767px) and (min-width: 480px) { .responsive #socket .sub_menu_socket { display: block!important; }}Best regards,
VinayDecember 8, 2016 at 11:32 pm #722248Hello Vinay,
sorry this code did not work as well.
I send you my login data.Thanks
Cheers Rene
December 8, 2016 at 11:48 pm #722256Hi Rene,
Thanks for providing the login details, I checked Quick CSS and found out that the code wasn’t working because this code:
.logo img { display: none;doesn’t have a closing brace, I added the closing brace and added this code:
@media only screen and (max-width: 479px) { .responsive #socket .sub_menu_socket { display: block; float: left; } ul#avia3-menu { margin-left: 0; } ul#avia3-menu li { padding-left: 0 !important; } span.copyright { display: block; width: 100%; } }Let us know if this helps.
Best regards,
NikkoDecember 22, 2016 at 9:47 pm #727678Hi Nikko,
today i changed the Maximum Container width.
Now i have the problem again with the footer content.
Can you pleas check it again.Thanks in advanced
Rene
December 25, 2016 at 2:27 pm #728219Hi,
They show up fine on my end. kPlease flush browser cache and refresh your page a few times – http://wiki.scratch.mit.edu/wiki/Hard_Refresh
Future readers, please see – 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.
