Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #878881
    Wardo_SD
    Participant

    Hello! I am going to be starting a new site soon and would like to use x for the build. However, my client wants a very specific header look and I want to make sure X can handle it. They want to copy the diagonal slash look of the header of this site: http://digitalpromise.org/
    How would you suggest I achieve this look in x? I do not want to use a sticky header, so we don’t have to worry about the animation that occurs when you scroll.

    Thanks for the help!

    #878961
    Wardo_SD
    Participant

    So I was experimenting and X is hopefully going to work for this build. However I do have one last problem with the header.

    The url of my site is http://www.cblworld.org/wordpress/

    I need the logo to float on top of the topbar to have the look of the URL I sent earlier. I tried using the z-index property of the logo to make it above the topbar but it didnt work. So Is there a way to achieve that look?

    #879539
    Christopher
    Moderator

    Hi there,

    Thanks for writing in!

    Please add following code in Customize -> Custom -> CSS :

    .x-topbar {
        position: relative;
        z-index: 2;
    }

    Hope it helps.

    #881024
    Wardo_SD
    Participant

    Thanks so much it worked perfectly!! I will need to do some media queries to make it respond a bit more smoothly, but your fix worked like a charm. Thanks so much!!

    #881101
    John Ezra
    Member

    You’re most welcome! 🙂

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