I cannot get these two boxes to move to the center of the page

Hi there! I must be overlooking something really simple, and I apologize for that. But I think I have tried everything to try and center two boxes on my pages. Basically I want them to sit as closely to each other as possible. I think i am overlooking something really simple here in flexbox settings?

Hi Tristan,

Thanks for reaching out.
I have checked the given page URL and found that a fixed width value of 800px is set to the Second Column and no width is set to the First Column. I would suggest you set 50% of width to make these two columns equal width.

Hope it helps.
Thanks

Hi there,

Thanks for that! I have all elements in that section where flexbox applies set to align to the left. But for some reason, when going to a smaller screen, the ‘written by…’ and ‘reviewed by…’ boxes line out to the right? Would you mind having one more look?

Hi Tristan,

The reason why it is aligned to the right on the mobile is because of the fixed with 800px you added in the row. I suggest that you use the Responsive Styling option to set the width of your parent row to auto. I am referring to this row.

image

image

To know more about responsive styling, please check this out.

Hope that helps.

Thanks! Still have to get used to the responsive styling options.

Hi Tristan,

Glad that we are able to help you.

Thanks

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