• Hi. I am using moving to present my site more in Amp mode (Transition or Native) which the Amp plugin and GeneratePress theme allows me to do quite well. One problem is that the Recent Posts widget is severely indenting the thumbnails and text in Amp mode. Is there any css that might help here please?

    Many thanks,

    Paul

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author ThemeZee

    (@themezee)

    Hi Paul,

    The Recent Posts widget uses a normal HTML list with ul and I guess the indentation is just the default styling of the theme for lists.

    You can try to remove it with this CSS snippet:

    ul.tzwb-posts-list {
        margin: 0;
        padding: 0;
    }

    Cheers,
    Thomas

    Thread Starter Paul Sutherland

    (@paul-sutherland)

    Thank you Thomas. It is odd because sometimes it displayed correctly and sometimes not in AMP standard mode. Also strangely, another similar plugin (Custom Related Posts) was not affected, but is affected by a different issue in that thumbnails do not resize correctly in Webp format – yours do!

    Cheers,

    Paul

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Recent posts styling in Amp’ is closed to new replies.