Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #866878

    acbrent25
    Participant

    Hi there,

    I have 2 issues:

    1 the navigation conflicts with the logo when resizing to smaller screens (drops underneath).

    2. On wide screens the bottom part of the revolution slider actually gets hidden underneath the elements below it.

    How can I fix?

    Thank you

    #867079

    Prasant Rai
    Moderator

    Hello There,

    Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.

    Thanks.

    #868290

    acbrent25
    Participant

    Damn! I thought I did that. Ok here you go: http://macleanagency.virtuentmedia.com/

    #868985

    Thai
    Moderator

    Hi There,

    To fix this issue, please add the following CSS under Customizer > Custom > Edit Global CSS:

    .tp-bgimg.defaultimg {
        background-position: bottom left !important;
    }
    @media (max-width: 1057px) and (min-width: 980px){
        .x-navbar .desktop .x-nav > li > a:not(.x-btn-navbar-woocommerce) > span {
            padding-left: 8px;
            padding-right: 8px;
        }
    }

    Hope it helps 🙂

    #871354

    acbrent25
    Participant

    Totally! Thank you

    #872200

    Prasant Rai
    Moderator

    You are most welcome. 🙂