Hi
You’ve kindly previously provided me with code to adjust the width of my blog posts. I also want to adjust the height of the title panel (the black rectangle area with my logo in at the top of my website - www.dojomart.com). Is this possible?
I attach the code you’ve previously provided below.
"Oh I see… use this for the single post:
.single .site-main > .container {
width: 90%;
}
Or if you want it to affect to all pages, use this instead:
.site-main > .container {
width: 90%;"