[Resolved] Hwo I can reduce size width of FAQ block in GPPremium using Gutenberg

Home Forums Support [Resolved] Hwo I can reduce size width of FAQ block in GPPremium using Gutenberg

Home Forums Support Hwo I can reduce size width of FAQ block in GPPremium using Gutenberg

  • This topic has 3 replies, 2 voices, and was last updated 4 years ago by David.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1137503
    Amol Chavan

    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: Screenshot for Reference

    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/

    #1137662
    David
    Staff
    Customer Support

    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.

    #1246588
    Amol Chavan

    Resolved

    #1246949
    David
    Staff
    Customer Support

    Glad to hear that

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.