Site logo

Archived topic

mobile header logo size

3 replies · Started by Cynthia on January 20, 2022

Viewing posts 1–4 of 4

I looked through all of the previous posts and tried all of the css solutions provided, nothing seems to work.

I would like to make the site.header logo (on mobile view) larger, but keep it centered.

Link to website is below.

Hi Cynthia,

Try adding this CSS:

@media (max-width:768px){
.site-logo img {
    width: 100% !important;
}
}

You can change 100% value to your preference. :D

Hi Elvin

that code you provided worked for the other site I was inquiring about but when I applied the same code to a new project, its' not working.

I want to make the logo width larger OR less padding/margin on left & right sides. Website pasted below.

Can you actually open a new topic for the new question?

The new site you've linked isn't using the mobile header option.

Thanks!

This archived topic is closed to new replies.