Hi, on the linked page, there are 3 icon boxes halfway down. “How It Works”. Step 3 is showing different paragraph spacing than the others. I can’t see why. How can I fix it?
Login credentials attached
Hey entrepreneur41,
The issue is with the
<sup>®</sup>
causing the extra line height.
To correct, please try this code in the General Styling > Quick CSS field:
p sup {
line-height:18px !important;
}
Or try adding it to WordPress > Customize > Additional CSS
Best regards,
Mike
thanks for that