Running Ghost Pro with the latest version.
I used an HTML card to place an image to the side with text wrapping around it, and it completely changed the body text font for the whole post.
Link with the problem:
Link to a post without the problem:
Producers: Lucasfilm, Walt Disney Pictures Runtime: 162 minutes MPAA Rating: PG-13 EE Critic Score: 4/10 Star Wars: The Rise of Skywalker is the ninth episode of the “Skywalker Saga”, the core films of the Star Wars franchise. It is directed by J.J....
The HTML Card I’m using
Sorry, it rendered the HTML. The card text is this:
It seems your <div class="container">
does not have a closing </div>
tag. And that is causing the issue you are experiencing.
Kevin
April 10, 2021, 3:50pm
#4
You’re missing a </div>
at the end of your html. Without it all of the following content will be put into the .container
div and inherit the styles for that class