Archived topic
Hwo I can reduce size width of FAQ block in GPPremium using Gutenberg
3 replies · Started by Amol Chavan on January 20, 2020
Hello team,
I have recently installed FAQ plugin called as a Structured Content (JSON-LD) for FAQ block on my site.
I am using Gutenberg editor. After publishing I found that the Block which I've added are very large and they are going beyond my blog post horizontally. How I can reduce the width of this block in GP premium?
Ref:
Ref Blog Post: https://www.growthfunda.com/how-to-start-website-from-scratch/
As shown in screenshot, chekout the padding of Block which width is high than blog post page.
Please help me to solve issue/
Hi there,
add this CSS:
.sc_card {
box-sizing: border-box;
}
You may want to report this to the Plugin Author so they can include box-sizing: border-box; in their style sheet.
Resolved
Glad to hear that