Remove Left Padding From SEOPress Shortcode

Last update:

Problem

Recently I had to embed the SEOPress breadcrumbs shortcode to a post template in Oxygen Builder. However, it is not aligned automatically to the left. This problem with SEOPress shortcodes may happen in other page builders too. I describe the solution tailored to Oxygen Builder.

Solution

  1. Click on the shortcode element.
  2. Choose the Style Output button at the bottom on the left pane.
  3. Click the element to see the selectors.
  4. Find the ol tag selector. Highlight the ol tag AND the id of the shortcode. (Otherwise you might adjust the padding of all elements with ol tag.)
  5. Go to Advanced > Size & Spacing.
  6. Adjust padding-left to 0px.
  7. Hit Save.

Simple as it is.