Tagged: 

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

    Even if I use the mobile version of my website, I can’t see my socket menu.
    If I visit my website, I see a socket menu, but if I open my website with my mobile phone, I don’t see the menu…
    I have checked my custom.css etc. but I don’t no why this is so…

    Thanks for Your support

    Regards

    #551342

    Hi researchtools!

    I tried viewing your link but I’m getting a bunch of errors.

    Failed to load resource: net::ERR_CONNECTION_REFUSED
    

    Regards,
    Elliott

    #551405

    You can it try again, Elliott.

    #551986

    Hi,

    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;
    }
    }

    Regards,
    Rikard

    #553544

    Hello Rikard,

    thx for your approach, but it doesn’t help. The socket menu is still hidden.

    Regards

    #553692

    Hi!

    Please try using the code as following

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

    If that too does not help, please create a temporary admin login and post it here privately

    Regards,
    Yigit

    #554884

    Hi,

    Yigit, it works! Thank You. But the socket menu is not in the middle of the screen.
    How can I change that? How can I define, that the socket menu is left- or right-aligned?

    And I see, that the letters g,y,p,q are cutted. How can we change that?

    Regards

    • This reply was modified 8 years, 10 months ago by researchtools.
    #554996

    Hey!

    This is how it looks on my end (please see screeenshot in private content field below).
    Can you please post a screenshot and show the changes you would like to make?

    Also, please elaborate on the second issue. I am not sure if i understood you clearly. I checked your page and have not seen cutted letters

    Best regards,
    Yigit

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