Are you a GenerateCustomer?

Do you have an active GP Premium or GenerateBlocks Pro license key?

Create a GenerateSupport account for GeneratePress and GenerateBlocks support in one dedicated place.

Create an account
Already have a GenerateSupport account? Login

Just browsing?

Feel free to browse the forums. Support for our free versions is provided on WordPress.org (GeneratePress, GenerateBlocks).

Want to become a premium user? Learn more below.

How to fix these errors

  • <– please check.

    = <–Site shown in screenshot

    How can I fix these errors? I will give you the login information, so please let me know with a screenshot or video. thank you

  • Hi there,

    All those errors are coming from the Styled List block which looks like it’s coming from a third-party plugin called Ultimate Blocks.

    In this case, please check with the support team of the plugin.

    Hope this helps.

  • <– Please check.
    <– Please check.
    <– Please check.

    So what code should I put in these parts to make the list margin about 3px?

  • Hi there,

    if those are regular lists then you already have this CSS thats affecting their margins:

    
    #page ul li {
            margin-bottom: 1.5em;
        }
    
  • I know. But I don’t want the margin to be applied only to those two parts.

  • Hi there,

    Try this CSS:

    body:is(.postid-13540) ul li {
      margin-bottom: 3px !important;
    }
  • It’s resolved. thank you so much.

  • You’re welcome!

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