I have a layout grid like this:


I want to keep the paypal and text on the RHS of the page, but when the page resolution drops below 860px the paypal item cannot be resized and the following happens:

Is there a better way of doing this?
TIA
Sorry, I don't understand what you mean by this.just like a flex grid I cannot limit the background colour to the width of the page.
Sorry, I thought you meant to use a flex container instead of layout grid.Sorry, I don't understand what you mean by this.
With a flex grid the background colour will expand to the full width of the browser page. So if the page is 1000px wide in WWB and your monitor is 1280px wide the background will be 1280px wide. In a layout grid you can contain the background width to say 1000px by setting the background width to -1000px.flex grid I cannot limit the background colour to the width of the page
I did. However, nowhere in your original post did you mention the background played any part into it.Sorry, I thought you meant to use a flex container instead of layout grid.
This is why I suggested placing the flex container inside the layout grid. You will get the background control you want with the layout grid but the ease of using flexbox for the text and buttons. I would suggest also setting the layout grid to flexbox.flex grid I cannot limit the background colour to the width of the page