Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1407490

    Hi,

    Looking to see how to remove the extra space between the header logo and the Nav bar?

    And would it be possible to make the header logo a lot bigger?

    When Looking at site thru a desktop browser (not Phone).

    Web site in reference:

    Thanks,

    GB

    • This topic was modified 1 year, 5 months ago by gb.
    #1407503

    Hi GB,

    Please try to replace your current logo, with the fullsize one (preferred in private content).
    Then add this CSS code in Quick CSS:

    #top .logo, #top .logo a {
        overflow: visible;
    }
    
    #top .logo img {
        transform: scale(1.3);
        position: relative;
        top: 20px;
    }

    Hope it helps.

    Best regards,
    Nikko

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Bigger Header and remove the extra space?’ is closed to new replies.