[Resolved] Amp plugin problem

Home Forums Support [Resolved] Amp plugin problem

Home Forums Support Amp plugin problem

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1076880
    Fernando

    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!

    #1077193
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    That’s strange – what triggered the issue?

    Try adding this CSS:

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

    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

    #1078269
    Tom
    Lead Developer
    Lead Developer

    Strange, can you try this?:

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

    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…

    #1078864
    Tom
    Lead Developer
    Lead Developer

    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?

    #1079051
    Fernando

    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.

    #1080068
    Tom
    Lead Developer
    Lead Developer

    Cool – thanks for letting me know! I’ll look into this 🙂

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.