Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1054405
    bluetroop2
    Participant

    http://augustine.bluetroop.com/

    With regard to this design, I’d like to make the small portion below the white transparent logo bar and above the blue navigation bar to be a lot taller in height. What piece of CSS code can I use to control that? It’s the area where you can see the trees in full color. Thanks in advance.

    #1054442
    Thai
    Moderator

    Hi There,

    To remove that whitespace, please add the following CSS:

    a.x-brand.img {
        display: none;
    }

    Hope it helps 🙂

    #1054467
    bluetroop2
    Participant

    I don’t want to remove it, I’d like to increase the height of that gap. How do I do that?

    #1054571
    Rupok
    Member

    Hi there,

    Thanks for clarifying. You can use this instead :

    .x-logobar {
      height: 50px;
    }

    Let’s set your own height.

    Cheers!

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