I am using the Shapely theme and I really enjoy it. I am new to wordpress and am having a bit of difficulty.
I would like the items in my menu to appear in one row at the top of the screen, instead of the way they are now. (with 3 in one row and the 4th on the next line)
I tried reduce the size of my header image, hoping that would help but it didn’t.
The issue here is the fact that your logo is so big, you can use the following CSS code to change the logo size by going to Appearance > Customize > Additional CSS and pasting it there.
/*Change logo size*/
img.custom-logo.logo {
width: 400px;
}
Hi,
Unfortunately I entered that and it still did not change. I also tried to reduce the image size, manually to 390 pixels… but it still did not change. Is there perhaps something else wrong?