Centering Content/A Table on Context Theme

Hi all, I’ve tried a couple solutions posted here for different themes but can’t get this table to center on the page. Can anyone please help??

Ines di Santo at the Stanley Korshak Bridal Salon

@SHinojosa

Please add the below code above the in theme.liquid

layout >> theme.liquid

.type-body-large table { width: 100%!important; }

after look,

Great, thank you!!! But, I would like the images to be about twice that size. Where would I effect that? Here is the code on just that page:

Ines Di Santo’s signature designs reflect the individuality and beauty of every bride she works with. Everything from her fabrics to her fittings, centers on a passion for quality. Ines believes finding your dream dress should be a wonderful adventure–no matter your style.

Thank you! If you have a minute to help with how I would resize those images to make them larger (but still centered) I would so appreciate it.

@SHinojosa

You can increase the width of page (approx 1400px). giving the code you can paste above .

.type-body-large.rte.centered-content.mb6 { max-width: 1400px; }

look after change the page width.

This worked great, thank you! You are so helpful.

How do I keep the images that large but I wanted to keep the paragraph above the original width?

Thanks!

@SHinojosa ,

please add one more code above in theme.liquid

.type-body-large.rte.centered-content.mb6 > div { max-width: 600px!important; margin: auto; }

Hmm, it took the whole thing and table to the same width again. Maybe I put them in the wrong order. Does one of these codes need to go above the other?

Or should I put the code for the table width just on the code of that page?

Thank you!