Site logo

Archived topic

Displaying Products on the Homepage

21 replies · Started by Georgi on February 2, 2022

Viewing posts 16–22 of 22

Hi Georgi,

The spacing is coming from UAGB. Can you try removing the spacing from there?

Alternatively, you can also add this CSS, however, it would be better to try removing it from there first:

@media (max-width:768px) {
        .wp-block-uagb-tabs {
            margin:0;
        }
        
        .wp-block-uagb-tabs .uagb-tabs__body-wrap {
            padding:0;
            border: 0;
        }
        
        .wp-block-uagb-tabs .uagb-tabs__body-wrap > div{
            padding:0;
        }
}

Hope this helps! :)

Tysm Fernando, you're gold! 💜

How you have guys showed the blog posts on the homepage with a heading "LATEST ARTICLES" and 3 blog posts with featured images at the same proportions, just like in the Shop library you've made: https://prnt.sc/26sty64

I'm trying and trying but can't get it done at all.

Hi Georgi,

The Latest article section on Shop's homepage is using a plugin called WP Show posts, it's also one of our plugins, but we've decided to merge its function with GenerateBlocks plugin, so I would suggest waiting for the new feature of GB.

Other than WP show posts, you can use WP's core block -- Latest posts block: https://wordpress.org/support/article/latest-posts-block

Thanks, Ying!

May I ask when will the merge of the WP Show posts function with GB to be expected?

Thanks. Forgot to mark this thread as resolved :)

You’re welcome Georgi! Feel free to reach out if you’ll have any further inquiries! :)

This archived topic is closed to new replies.