Archived topic
Amp plugin problem
7 replies · Started by Fernando on November 25, 2019
Hi!
Suddenly my amp version changed into this. Normally the menu bars is in the right part.
https://monosnap.com/file/IGbLhEK5xNqHNHiemtTN9ScjyyuidB
I didn't change anything.
What can I do?
Thank you!
Hi there,
That's strange - what triggered the issue?
Try adding this CSS:
.mobile-header-logo {
width: 100px;
}
Hi Tom,
Mmm...no, it, doen´t work... it got worse
https://monosnap.com/file/YyZQZK7sNRINs3vIQYngbuQ4q5k4Gg
I don´t know what could caused the error, i enter the site from my mobile phone and it went like that :(
Maybe the last update? i have no child theme
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 :)