Forums › Forums › Bug Reports › Bulletin missed align on how section › Reply To: Bulletin missed align on how section
-
The error with the structured data comes from an error in our code. Meanwhile, something in your current theme’s stylesheet is causing the bullets to be misaligned with the step titles. We’ll be including fixes for both in the next version.
While waiting for the release of the next version, you may include the following in your custom CSS to fix the display of the bullets:
.ub_howto-step-display .ub_howto-step{
list-style-position: outside;
}