How can I adjust a multirow section to utilize full page width?


How can I make the multirow section use the full width of the page similar to the attached image? I would like both the picture and the section next to the picture take up the whole page instead of only a fraction on larger screens.

Hello There,

Please share your store URL and password.
So that I will check and let you know the exact solution here.

Hi @ima3

Could you share your page URL to check?

Here is the url. Southwest Merch – My Store (88d23e-4.myshopify.com)

Here is the link as well as a screenshot on how it currently looks. Southwest Merch – My Store (88d23e-4.myshopify.com)

Your store has password protected

Password: bempon

Please add this code to your theme.liquid file, under element in Online store > Themes > Edit code


The code worked just had to remove left and right padding as well. This is what I used.

.multirow .multirow__inner { padding: 0; max-width: 100% !important; }