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

    Hello,

    on my page, i have two links in the footer. But on mobile i can not see them.

    http://www.rene-freitag.com

    Thanks for helping in advanced

    #720778

    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

    #720976

    Hi Nikko,

    no it does not work.

    Cheers Rene

    #721077

    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

    #722248

    Hello Vinay,

    sorry this code did not work as well.
    I send you my login data.

    Thanks

    Cheers Rene

    #722256

    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

    #727678

    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

    #728219

    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

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