Additional CSS (Media & Text) applying to one page only
-
Someone provided me the Additional CSS to force the media and the text to align to the top of the block.
.wp-block-media-text__content {
padding-top: 0 !important;
}
.wp-block-media-text__content {
margin-top: -.5em;That worked on page /interviews/
Today I go to make the same sort of page on [ redundant link removed ] and it does not work. The media and text are centering in the row.
Why does that additional css not apply to both pages?
How do I make this work?
Thank you.
The page I need help with: [log in to see the link]
- The topic ‘Additional CSS (Media & Text) applying to one page only’ is closed to new replies.