• Resolved wordmax

    (@wordmax)


    Doing a demo page testing native Worpdress RSS gutenberg block vs. Feedzy RSS block vs. Feedzy shortcode to see how they compare on same page visually by default.

    Using Google business news RSS feed as content.
    – wordpress 6.1+
    – fast server plenty of resources
    – blocksy theme (very popular)

    The content displayed by the native Gutenberg RSS feed is in-line (same left margin) as the page title at the top, but both the Feedzy block and Feedzy shortcode resulting RSS content (same RSS urls on all) are not in line with the page title. They are off to the left, too small a margin, and appear to be outside the <div> container from other content on page.

    I can correct via CSS over-ride:

    .feedzy-rss .rss_item {
         margin-left:40px !important;
    }

    Anyone else having this issue?

    • This topic was modified 1 year, 10 months ago by wordmax.

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

Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Left margin for RSS items block & shortcode is not correct’ is closed to new replies.