Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1180406
    Andre
    Participant

    I tried different ways from forums but couldn’t find anything that worked for me. I would die if I could do this.
    Please see the image below:
    https://www.dropbox.com/s/78l8typekmrz5xq/Screenshot%202016-09-18%2014.37.14.png?dl=0
    I would love if the phone could be over the navbar.

    Thank you very much!

    #1180573
    Nico
    Moderator

    Hi There,

    Thanks for writing in.

    Would you mind sharing us your URL so we could check your setup and see what we could do it make it happen 🙂

    Thanks.

    #1181385
    Andre
    Participant
    This reply has been marked as private.
    #1181397
    Joao
    Moderator

    Hi There,

    The WP-Admin of your page is giving us a 403 forbidden code.

    Would you mind sharing the URL of the page you would like to apply this effect?

    Thanks

    Joao

    #1181409
    Thai
    Moderator

    Hi There,

    Please add the following CSS under Customizer > Custom > Global CSS:

    .home .masthead.masthead-inline {
        position: absolute;
        width: 100%;
    }
    .home .x-navbar {
        background-color: rgba(126, 63, 152, 0.4) !important;
    }

    Hope it helps 🙂

    #1181436
    Andre
    Participant

    Gens,
    I opened the wp-admin for you (I always lock it out for security reasons).
    I tried Thai’s code and it got me here:
    https://www.dropbox.com/s/0du6xjoi8z2us1w/Screenshot%202016-09-19%2009.01.47.png?dl=0 which is not exactly what I was looking for.

    Hope we can figure this out.

    Thanks indeed.

    Andre

    #1181464
    Joao
    Moderator

    Hi There,

    Update your code to :

    @media(min-width: 769px) {
    .home .masthead.masthead-inline {
        position: absolute;
        width: 100%;
    }
    .home .x-navbar {
        background-color: rgba(126, 63, 152, 0.4) !important;
    }
    .home .x-main.full {
        margin-top: -69px;
    } }

    Hope it helps

    Joao

    #1183426
    Andre
    Participant

    That did not kick in, but its all right!
    Thanks for trying – you guys are awesome!

    Andre

    #1183449
    Rahul
    Moderator

    You’re most welcome, Andre!

    Let us know if we can help with anything else.

    #1184207
    Joao
    Moderator

    Hi There,

    I would love to help you achieving the desired effect.

    Would you mind clarifying what is the issue?

    Thanks

  • <script> jQuery(function($){ $("#no-reply-1180406 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>