Jump to content

Featured Replies

Posted

Hello,

I need to disable this "width" but I'm not getting it.

Could contain: Text

 

I already tried the following way, but it doesn't seem to be the correct way

.cCmsCategoryFeaturedEntry.cms3ColImageFeature .cCmsRecord_image img {
    width: none !important;
}

Could contain: Text, Menu, Page, Electronics, Monitor, Display, Screen

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 by Davyc

  • Author
  On 8/11/2022 at 4:36 PM, 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.

  • Author

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 by Hisashi

  On 8/11/2022 at 4:47 PM, 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 😉

 

I think you could have done

width: unset !important;

 

Recently Browsing 0

  • No registered users viewing this page.