We have a lot of article pages where the last line of the article is smaller than the rest of the text. Not sure why that is. Can you help with this? I've added a link to a sample page in the hidden content. Here is a picture of what I am referring to:
Inconsistent Font Sizing in the Article
stimulus Hi
This template has style for some <p> tags in article except for the last tag:
.layout-default-sublayout .detail-page .content-article p:not(:last-child) {
color: #4F4F4F;
font: var(--h4-font-size)/var(--heading-h4-line-height) var(--body-font-family);
margin: 0 0 2rem;
}
You can override by this css rule:
.layout-default-sublayout .detail-page .content-article p:not(:last-child) {
font: inherit !important;
}
Sorry for the confusion. I was referring to the blog article detail page. Each inside article looks different than yours. I did hide a few things, but the image isn't centered, and it doesn't look the same visually. I also had changed the width of my other articles, but was curious if there was a way to make these remain at the 1300px width?
saguaros locked the discussion.