Hello,
on my page, i have two links in the footer. But on mobile i can not see them.
Thanks for helping in advanced
Hey -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,
Nikko
Hi Nikko,
no it does not work.
Cheers Rene
Hi,
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,
Vinay
Hello Vinay,
sorry this code did not work as well.
I send you my login data.
Thanks
Cheers Rene
Hi 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,
Nikko
Hi 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
Hi,
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