• Resolved janderson121

    (@janderson121)


    I am trying to add a margin / indent to certain blocks, but the general CSS code provided by WP Support does not work on the advanced block. Any ideas on how I can create a margin for these blocks? Thanks.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author Charles Cormier

    (@charlescormier)

    Please use this css code in additional css of your customize area.
    .wp-block-ap-block-posts{
    padding: 0 30px;
    }

    Please don’t use margin in this selector.

    Thank you!

Viewing 1 replies (of 1 total)
  • The topic ‘Adding margins / indents to blocks’ is closed to new replies.