Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #2679300
yoast block
Closed

Comments

  • feeninforgreens started the conversation

    For some reason the spacing is way off when I use the Yoast FAQ Block vs. a H2 and text box. I have the realted URL as an example the section titled "Can I make a larger batch"? is a regular H2 with a text box. Below that is my Yoast Box. To get a space between the Questions and Answer in the Yoast Box I have to double space it when editing. This is the result. As you can see it is ever so slightly more spaced out than my H2 and text box. Is there a way to fix this? 

    Also, sometimes I have to double space to get a space and other times I do not. Why is this? 

  •  2,699
    PenciDesign replied

    Hi,

    Because Yoast SEO plugin doesn't support for add margin to bottom for those heading.

    If you want to add it automatically, please add more this code to Customize > Custom CSS:

    .wp-block-yoast-faq-block{ margin-bottom: 20px; }
    .wp-block-yoast-faq-block .schema-faq-question{ display: block; margin-bottom: 17px; }

    Best Regards,

    PenciDesign