Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #787352

    Hey there
    Ive noticed that if i use this snippet:

    .container.av-logo-container {
    display: none;
    }

    I get what i want but also my mobile menu is gone [ and menu is not responsive as it should be on some points of resizing web browser screen ]

    #787386

    Hey cyberhrc,

    not sure what you’re trying to achieve to be honest. Do you want to hide your logo? or what exactly is it?

    Best regards,
    Andy

    #787499

    hey Andy
    just go on web page and see what happens when u shrink window
    or visit it on mobile
    there is no mobile menu [ because im using css code from 1st topic ]
    IF i dont use that CSS to hide logo area, menu is back on mobile, but also a white gap between layerslider and normal menu [ check screenshot ]

    so in short
    i would like to have page as it is now but to make mobile menu appear when needed ;)

    #788153

    Also theres a bug with animations in firefox [ constant looping ]
    tried with https://kriesi.at/support/topic/repeated-animated-columns-bug-in-firefox/ but no luck
    if i put FADE on main cell – everything is ok
    but if i put anything else but fade – looping start again

    latest FF

    • This reply was modified 7 years, 6 months ago by cyberhrc.
    #788401

    Hi,

    I changed the code to following one

    @media only screen and (min-width: 768px) {
    .container.av-logo-container {
        display: none !important;
    }}

    Please review your website

    Best regards,
    Yigit

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