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

    Hello everyone
    I have created a page here with a Revolution Slider
    Link below

    The menu is set lower: (Css below)

    now I have the problem that the transparent part goes into the slider, and the bottom button doesn’t work anymore, no mouse over
    “Aktuelle Informationen”

    what can I do so that this does not happen anymore

    thanks
    best regards
    Franz

    #1470183

    Hey schweg33,

    Thank you for the inquiry.

    Try to add this css code:

    #top .av_header_glassy.av_header_transparency #header_main .container.av-logo-container {
        display: none;
    }

    You may need to adjust the top margin in the previous modification.

    Best regards,
    Ismael

    #1470204

    Thank you Ismael
    that works so great

    how can i make the hamburger menu appear on mobile now

    thanks
    kind regards
    Franz

    #1470309

    Hi,

    Thank you for the update.

    You can add this css code to display the burger menu on mobile view:

    @media only screen and (max-width: 767px) {
         /* Add your Mobile Styles here */
        .responsive #header_main_alternate {
            display: block;
        }
    }
    

    Best regards,
    Ismael

    #1470336

    Thank you Ismael
    Works great
    Can the hamburger menu also be displayed on the right side
    and the 3 bars wider

    thanks and
    kind regards
    Franz

    #1470394

    Hi,

    Thank you for following up.

    Can the hamburger menu also be displayed on the right side

    You can add this css code to move the burger menu to the right.

    .responsive #top .av-main-nav .menu-item-avia-special {
            float: right;
    }

    Make sure to place this modification inside this css media query:

    @media only screen and (max-width: 767px) {
         /* Add your Mobile Styles here */
    }
    

    Best regards,
    Ismael

    #1470398

    Hello Ismael
    Everything works great like this
    Thank you very much
    You can close this ticket

    kind regards
    Franz

    #1470413

    Hi,

    Thanks for the update, we’ll close this thread for now then. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Transparent part in slider’ is closed to new replies.