(my site is super early in development and I’m going to turn the coming soon plugin off so that you can check it out, and then put the site back under password protection as soon as you’ve responded.)
Hello there – so the instructions you gave me totally worked (yea!), except:
the logo is only showing up on the homepage, no subpages (https://new.wisefoolnewmexico.org/ is the homepage).
Also, where it shows up, it has some padding under it that I can’t figure out how to remove – I want it to attach to the nav bar.
Originally I shrunk the width of the left nav bar – from 30% to 15% – so it’s only as wide as it needs to be for the menu items, and made the logo 180 px, which corresonded. But then when I opened the site in another browser the logo and side nav were different widths. So I tried setting the side nav to 180px, instead of using %. (I added this to my child theme style sheet:
grid-25 {
float: left;
width: 180px;
}
this works in terms of keeping them the same size, but it does get a little funny if I shrink the screen too much – just before the breaking point to tablet-view the menu overlaps the body content. Thoughts?
thank you thank you thank you thank you!!!