How to Change Classic Card Width

Hi,

I am using gym theme & would like to change the width of the classic cards, so only two cards will be shown in each line. When I change it, the width is not adjustable. I would like to add some landscape images to this.
Following is what I get,

Please help.

Hi Rajitha,

Please go to the page in question using the Cornerstone. Then from the left bottom section of the screen click on the CSS link:

On that section please remove the code below:

.x-card-outer {
  max-width: 250px;
  margin: 0 auto;
}

Then, save the page and you will have the card image full width.

Thank you.

1 Like

Thank you for your reply

Glad that we could be of a help :slight_smile:

1 Like

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