• Resolved hermusings34

    (@hermusings34)


    Hi,

    I am trying to build a new logo that stretches end to end at the top without leaving any white space. Please tell me how to do so.
    Also, if I wanted to align logo to the left, how do I do that? Thanks

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Theme Author creativthemes

    (@creativthemes)

    Hello,

    Please go to Customizer – Additional CSS and copy and paste the following code:

    .site-logo img {
    max-height: 100%;
    margin-bottom: 20px;
    width: 100%;
    }
    .site-branding .wrapper {
    width: 100%;
    max-width: 100%;
    }

    I hope that is what you are looking for.

    Regards
    Creativ Themes.

Viewing 1 replies (of 1 total)
  • The topic ‘White Space around logo’ is closed to new replies.