Viewing 10 replies - 1 through 10 (of 10 total)
  • Plugin Support Elvin

    (@ejcabquina)

    Hi,

    Can you temporarily disable AMP and/or caching plugins to check if it still occurs?

    Let us know.

    Thread Starter Chrisblogs

    (@chrisblogs)

    I have Disabled all cached plugins and AMP too, but its still same

    Plugin Support Elvin

    (@ejcabquina)

    I have Disabled all cached plugins and AMP too, but its still same

    You need to make this CSS work on AMP.

    @media (max-width: 767px){
    .wp-show-posts-image.wpsp-image-left {
        float: left;
        margin-right: 0;
        margin-left: 0;
    }
    }

    You can try the suggestions made in their documentation on how to apply CSS to AMP pages:
    https://amp-wp.org/documentation/how-the-plugin-works/amp-and-css/

    Thread Starter Chrisblogs

    (@chrisblogs)

    Worked perfectly
    thanks

    Plugin Support Elvin

    (@ejcabquina)

    Nice one. No problem. ??

    Thread Starter Chrisblogs

    (@chrisblogs)

    One more thing please
    How can i reduce the gutter using css
    the space between the posts are much
    i tried reducing it from WP Show Posts option but its not reflecting

    Thread Starter Chrisblogs

    (@chrisblogs)

    No Need, I figured it out already
    thanks for your time…………..

    Plugin Support Elvin

    (@ejcabquina)

    No Need, I figured it out already
    thanks for your time…………..

    Nice one! glad you got it sorted. ??

    Thread Starter Chrisblogs

    (@chrisblogs)

    Hello how can close the gutter
    its affecting the next item

    Plugin Support Elvin

    (@ejcabquina)

    Hello how can close the gutter
    its affecting the next item

    No exactly sure I understand what you mean by “gutter”.

    Can you provide any screenshots of what you’re pertaining to? Thank you.

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘List Post on Mobile not Displaying properly’ is closed to new replies.