Site logo

Archived topic

Header Proportions

3 replies · Started by Mary Pearson on February 16, 2018

Viewing posts 1–4 of 4

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!

Hi Mary,

Give this a shot:

.header-widget {
    max-width: 80%;
}

.site-logo {
    max-width: 20%;
}

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

Much appreciated, as always.

No problem! Glad I could help :)

This archived topic is closed to new replies.