WPIntell

Source evidence

Contain Category image- not responsive

RDV Category Image · support · 2026-02-06T17:24:00+00:00

complaintsentiment
mediumseverity
0.86relevance
2replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

8 / 21 rows with source links

38.1% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

13 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
Eve Lurie unresolved
All Archives template has category images. Images are 1200px by 200px. They stay that size as browser window goes smaller. The images are supposed to reduce in size as window resizes but they are sticking out at the right and staying the same size. The shortcode block does not have any block controls. the inspect menu on Chrome has contain!important in the CSS. This worked before, but the plugin had to be deactivated, so now, it’s not. The page I need help with: [ log in to see the link] Also goes outside the boxed center section on the iPad Hi @elurie Thanks for reaching out! The plugin itself does not add any CSS to the category image on the frontend. The image dimensions and responsiveness are determined by the theme’s CSS. To make the category image responsive and centered within its container, please add the following code to Appearance > Editor > Styles > Additional CSS (for Block themes like Twenty Twenty-Five) or the Child Theme’s style.css file: .my-category-image img { display: block; width: 100%; height: auto; margin: 0 auto; } This should ensure the image scales correctly. Please follow up if you have further questions!

Comments

2 shown
Eve Lurie 2026-02-07T18:49:00+00:00

Also goes outside the boxed center section on the iPad

rdvinfotech 2026-02-13T04:41:00+00:00

Hi @elurie Thanks for reaching out! The plugin itself does not add any CSS to the category image on the frontend. The image dimensions and responsiveness are determined by the theme’s CSS. To make the category image responsive and centered within its container, please add the following code to Appearance > Editor > Styles > Additional CSS (for Block themes like Twenty Twenty-Five) or the Child Theme’s style.css file: .my-category-image img { display: block; width: 100%; height: auto; margin: 0 auto; } This should ensure the image scales correctly. Please follow up if you have further questions!