Site logo

Archived topic

Resize Off Canvas Menu Logo

13 replies · Started by xlow on August 15, 2021

Viewing posts 1–14 of 14

Hi there,

can you share a link to your site so i can see whats going on?

Hello david, this
thank you for your kind assist.

I am getting an Access Denied message on that URL.

i am sorry, please try again.

Try this CSS:

.custom-logo-link img {
    max-width: 100px;
}

and if you want to centre it - then add this CSS:

.custom-logo-link {
    text-align: center;
}

Hi there,

The CSS you added before David's CSS has a format error which makes the CSS below not working.

check the screenshot below, the } should appear after overflow: hidden;.
https://www.screencast.com/t/NxlOjL2FaC2

Let me know :)

Thanks Ying! its working right now! however, it cannot align to center still... and how can i set the margin/padding for the logo

Yeah, sure.... this is my site, thank you very much

Hi there,

Can you modify this CSS:

.custom-logo-link {
    text-align: center;
}

To this?

.custom-logo-link {
    text-align: center;
    width: 100%;
}

Let us know how it goes. :D

wow! it works! thanks supports!

No problem. :D

This archived topic is closed to new replies.