Site logo

Archived topic

Amp plugin problem

7 replies · Started by Fernando on November 25, 2019

Viewing posts 1–8 of 8

Hi there,

That's strange - what triggered the issue?

Try adding this CSS:

.mobile-header-logo {
    width: 100px;
}

Strange, can you try this?:

.mobile-header-logo img {
    width: 100px;
}

Sorry Tom,

I doesn't work, it makes the first pic of the post smaller.

Do you think un installing and installing again help to solve the issue? It's so strange...

Super strange, that code has nothing to do with the other images on your site.

.site-logo.mobile-header-logo amp-img {
    width: 100px;
}

Might be worth trying that? Is this using the official AMP plugin?

Hi Tom!

Yes, it´s very strange indeed. I was about to call the witcher but was no need because the last css code you tell me worked as a charm (I´m learning CSS with you :P)

I´ll try to find what could cause the trouble.

Tom, once again, thank you so much for your time.

Cool - thanks for letting me know! I'll look into this :)

This archived topic is closed to new replies.