[Resolved] Header Proportions

Home Forums Support [Resolved] Header Proportions

Home Forums Support Header Proportions

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #498590
    Mary Pearson

    I’m starting a new site at http://mpearson.ca/

    This site uses a very small logo to make room for primary menu in header widget.

    I need to assign about 20% to logo and 80% to menu within the header. Can you tell me please how I do that.

    Thanks!

    #498623
    Tom
    Lead Developer
    Lead Developer

    Hi Mary,

    Give this a shot:

    .header-widget {
        max-width: 80%;
    }
    
    .site-logo {
        max-width: 20%;
    }
    #498628
    Mary Pearson

    Well that was easy. I should have been able to figure it out myself. Sorry to bother you Tom.

    Much appreciated, as always.

    #498992
    Tom
    Lead Developer
    Lead Developer

    No problem! Glad I could help 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.