Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #581183

    Hi,

    Why does my secondary menu disappears on mobiles?

    Site: http://albertmiles.co.uk/

    Thanks

    #581197

    Hey!

    Please add following code to Quick CSS

    @media only screen and (max-width: 767px) { 
    .responsive #top .header_bg {
        opacity: 0;
    }}

    Best regards,
    Yigit

    #581204

    Thanks it works well, but there is one more question.

    Why they are not active? I need it to be link.

    #581210

    Hey!

    Please change the code to following one

    @media only screen and (max-width: 767px) {
    .responsive #top .header_bg {
        opacity: 0;
        z-index: -1;
    }}

    Regards,
    Yigit

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