Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #761542

    I entered this code in “Quick CSS” of “General Styling” to hide the Fullwith Sub-Menu element on mobile devices:

    @media only screen and (max-width: 990px) {
    .only-desktop { display: none !important; }}

    But it does not bring any effect (Custom CSS Class field for all ALB Elements are correctly turned on) – but vice versa with min-with in code, it would work and only shows the element on mobile devices…

    Any idea?

    • This topic was modified 7 years, 8 months ago by harryriegel.
    #761548

    Hey harryriegel,

    Please provide a link to the site in question, and also admin info so we can look into this further.

    Best regards,
    Jordan Shannon

    #761552

    Thanks for the quick answer :-)

    In the private content (beneath) you will find the link to the website.

    The sub-menu I talk about, which should vanish on mobile devices, is located right on the index-page under the layerslider at the top.

    Regards
    Harry

    • This reply was modified 7 years, 8 months ago by harryriegel.
    #761558

    I forgot to mention: Thanks for your support! :-)

    #761595

    Hi,

    So you want to remove the menu under the header?

    Best regards,
    Jordan Shannon

    #761822

    Correct – The Fullwith Sub-Menu elemen BENEATH the layer-slider.

    Best regards,
    Harry

    #761953

    Hi,

    This appears to be fixed. I used the following code:

    @media only screen and (max-width: 990px) {
    #sub_menu1 { display: none !important; }}

    Your initial css was not working likely because there is an error somewhere in your quick css. I made sure to add my code to the very top to ensure it runs first. Let me know if this is what you needed.

    Best regards,
    Jordan Shannon

    #761956

    Thank you very much for your time and effort!
    I really appreaciate you explanation. So it´s easier for me to learn out of this circumstance.

    Best regards,

    Harry

    #761959

    No problem at all! I am glad I could help. If you need any additional aid, please don’t hesitate to contact us here.

    Best regards,
    Jordan Shannon

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