Feature Box Pictures Not responsive

Hi there,
I’m using the feature box and the pictures are not responsive.(Bottom of the page That sucks on mobile.
Any hint how to make it responsive?
Regards Peter

Hello Peter,

Thanks for writing in!

I have checked your site and this is what I am seeing in smaller screens:

Could you please explain what you want to happen in smaller screens?

Thanks.

1 Like

Hey
yes this is the issue:

can you see it on the right side?

Hello Peter,

To resolve this issue, please edit your page back in Cornerstone and insert the following custom css in the settings tab, Settings > Custom CSS



@media(max-width: 979px){
  .x-feature-box .x-feature-box-graphic img,
  .x-feature-box .x-feature-box-graphic-inner,
  .x-feature-box .x-feature-box-graphic-outer{
    max-width: 100%;
    width: 100%;
  }  
}

Hope this helps. Please let us know how it goes.

1 Like

Yes, this does the job. Thank you very much!

On behalf of my colleague, you’re welcome. Cheers! :slight_smile:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.