This topic has 3 replies, 2 voices, and was last updated 9 years by Laura.

  • Author
  • #127673
     aleiveira
    Participant

    Hi guys,

    See the attached image. I have a transparent menu and a slide (Revolution) which covers the whole screen. I would like to keep this layout for small screens. However, when I reduce the viewport size the menu doesn’t keep its transparency and the slide goes down and no longer overlays the menu. Please, could you tell me what can I do in order to have a transparent menu on small screens?

    Best regards,

    Alessandro

    #127843
     Laura
    Moderator
    Hello, justadd this to style.css of child theme :)
    @media (max-width: 991px) {
    .kleo-main-header, .navbar-transparent .kleo-main-header, .kleo-navbar-fixed.navbar-transparent #header {
        position: absolute!important;
    }
    }
    
    #128041
     aleiveira
    Participant
    Not marked as solution
    #128170
     Laura
    Moderator
    Not marked as solution
Viewing 4 posts - 1 through 4 (of 4 total)

The forum ‘General questions’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?