Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
Hisashi Posted August 11, 2022 Posted August 11, 2022 Hello, I need to disable this "width" but I'm not getting it. Â I already tried the following way, but it doesn't seem to be the correct way .cCmsCategoryFeaturedEntry.cms3ColImageFeature .cCmsRecord_image img { width: none !important; }
Davyc Posted August 11, 2022 Posted August 11, 2022 (edited) You're getting an error on those entries so change 'none' to 0% or 0px and that should clear it 😉 I forgot to add, that you may find that your images might not display at all - so check to see what happens and if needs be add some width in there that's acceptable to you. Edited August 11, 2022 by Davyc
Hisashi Posted August 11, 2022 Author Posted August 11, 2022 6 minutes ago, Davyc said: You're getting an error on those entries so change 'none' to 0% or 0px and that should clear it 😉 I forgot to add, that you may find that your images might not display at all - so check to see what happens and if needs be add some width in there that's acceptable to you. If I change value, the image disappears. Looks like I'll need to edit in advanced mode and go to source of file.
Hisashi Posted August 11, 2022 Author Posted August 11, 2022 (edited) I had to edit in root of file (advanced mode), since the custom.css didn't allow me. HORRIBLE this 4.7.0 update that hidden css files. Edited August 11, 2022 by Hisashi SeNioR- 1
Davyc Posted August 11, 2022 Posted August 11, 2022 34 minutes ago, Hisashi said: If I change value, the image disappears. I had a feeling it would - happy that you got it sorted though, and agree about the CSS files 😉 Â
Martin A. Posted August 13, 2022 Posted August 13, 2022 I think you could have done width: unset !important; Â Hisashi and Askancy 2
Recommended Posts