Hi, I’m trying to increase the width of the custom content container within the narrative theme so I can fix multiple images on a single row, however, currently it will only let me fit in 2, and if I put an iFrame in it, it starts from the edge of the container only and expands far out.
Is there any way to widen the container? See the image for a reference.
Thanks!
@AlexMoutrie - can you please share the page link from which you got this image? using css container width can be increased
Hi! I am unable to share the link due to domain name restraints (shopify is still linked to domain which is in use with another website at the moment). Is there any other way I can send it to you?
@AlexMoutrie - you can share the preview link of the theme which is used for this page
https://exsimuk.myshopify.com/pages/members
this is the page: if needed, password is: berry
@AlexMoutrie - please add this css , changes are for this page only
iframe{max-width: 100%;}
#members .main-content .page-width{max-width: 100%;}
1 Like
Brilliant! Thank you so much for the help!