Viewing 6 posts - 31 through 36 (of 36 total)
  • Author
    Posts
  • edd Friend
    #548536

    The white bar heigh is big, now… but the logo is still too little…

    take a look to the link.

    edd Friend
    #548537

    WEll, I added a line and the code goes like this:

    @media screen and (max-width: 660px) {
    .t3-mainnav{
    height:150px;
    }

    .logo-image .logo-img {
    height: 150px;
    }
    }

    .navbar-header {
    height: 120px;
    }

    .logo-image .logo-img{
    max-height:120px !important;
    }

    It seems to work, even for the mobile version… any advice?

    TomC Moderator
    #548538

    So the way you have it right now looks good to you?

    TomC Moderator
    #548539

    Just as an aesthetic issue, what if you were to change the CSS you have in your custom.css for the following rule as follows:


    .logo-image .logo-img {
    margin-top: -20px;
    max-height: 150px !important;
    }

    Makes the logo a bit bigger/more pronounced and fills the header space.

    Just a suggestion. 😎

    edd Friend
    #548540

    😀 Just GREAT !!!!! 😀

    Thanks a lot…

    Hope this helps somebody else out there 😉

    TomC Moderator
    #548542

    Glad I could be of assistance. 🙂

    All the best with your continuing site development.

Viewing 6 posts - 31 through 36 (of 36 total)

This topic contains 36 replies, has 6 voices, and was last updated by  TomC 9 years, 8 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum