Tagged: , ,

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #747586

    Hello,

    we have three links in out socket and they are working well on desktop. On mobile devices these links doesn’t show up.
    What can we do that the three words “Impressum”, “Datenschutz” and “AGB” show up on mobile version?
    We thinks it has anything to do with the break.

    See additional info in privat content

    Thanks
    Jan

    #747587
    #747601

    That doesn’t work for us, cause the space for the link is getting so narrow that you can’t read it cause they don’t break.

    #747607

    Hi!

    Can you please apply the changes and let us know so we can see the issue on the live site?

    Best regards,
    Yigit

    #747934

    Hey,

    now I putted in the code and now you it is live.
    It is working good but on mobile the break doesn’t work correct

    In private content area you can see the link to a screenshot.

    Regards
    Jan

    #747940

    Hi,

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

    @media only screen and (max-width: 767px) and (min-width: 481px) {
    #socket .sub_menu_socket div {
        width: 100%;
    }}
    

    Best regards,
    Yigit

    #747962

    That does not work. Now the links doesn’t show up completely on mobile.

    #747969

    Hi,

    Please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    Login credentials include:

    • The URL to the login screen.
    • A valid username (with full administration capabilities).
    • As well as a password for that username.
    • permission to deactivate plugins if necessary.

    Best regards,
    Yigit

    #747971

    Here is the login:

    #747986

    Hi,

    I changed the code to following one

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

    Please flush browser cache and refresh your page a few times – http://wiki.scratch.mit.edu/wiki/Hard_Refresh and review your website

    Best regards,
    Yigit

    #748094

    Now it is working. Didn’t understand that you wanted me to inplement both parts. :-)

    Thank you for your support.

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘Links in mobile socket doesn't show up’ is closed to new replies.