Asher Rose Fox (
rosefox) wrote in
style_system2020-05-12 02:19 am
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
![[community profile]](https://www.dreamwidth.org/img/silk/identity/community.png)
Entry tags:
Overriding hard-coded image caption widths in WordPress feeds
This is extremely obscure, but in case it's been bugging anyone else who uses their reading page to read RSS feeds of WordPress blogs and occasionally suddenly has a page that's 10 million miles wide:
Add this to the CSS definitions section of your custom style.
.wp-caption {
max-width: 600px !important;
}
Problem solved.
Add this to the CSS definitions section of your custom style.
.wp-caption {
max-width: 600px !important;
}
Problem solved.
no subject
no subject
(Now I just need a way to fix the formatting of tumblr posts that come in through RSS feeds. But tumblr posts don't even look readable on tumblr, so that's probably a lost cause.)
no subject