Site logo

Archived topic

Logo too small

9 replies · Started by Benjamin on March 2, 2021

Viewing posts 1–10 of 10

How do I change the logo size of my theme? It's incredibly small at the moment.

domain: purecarpetcare.uk

Thanks Ying for the prompt reply.

I also noticed that the menu is on the second line on smartphones (I.e. beneath the logo), which is not a problem but aesthetically it doesn't look great because it's aligned to the left.

How do I centre it on smartphones?

Thanks in advance.

You could give this CSS a try:

.main-navigation.mobile-menu-control-wrapper {
    margin-right: auto;
}

should I add it to the CSS file or edit the line?

Already done. Thanks.

No problem :)

This archived topic is closed to new replies.