-
xiyang0630
Hello,
I want to make the space between those 3 points at the containers exactly same. How can I achieve it?
Please take a look at my screenshot.
Thanks & Regards,
Yang
-
Hi Yang,
Then the 3 columns will have different widths, and the width will be static, it might cause overflow issue at certain screen width.
Let me know 🙂
-
xiyang0630
Hello Ying,
Yes.. I realized it. To make this container simple.. I removed it in the end. But if I want to make this feature happen again, Do you recommend me to adjust the font size be smaller? I think flex mode will achieve my result?
-
But if I want to make this feature happen again,
Sorry what do you mean by this?
Do you mean to re-create the section?I think flex mode will achieve my result?
The original section uses the flexbox structure.
-
xiyang0630
I mean if I want to make those 3 columns as same width, but want to make it responsive on different devices, I’ve checked on the tablet and mobile, those 3 columns just disappeared from the page. I used to learn some code but I forget how to set them, Flexbox should be the best option but I forgot the details. I tried to make those columns stay on the page, but didn’t know how to make them responsive and make the width same. I changed the font size with one of the column and the width in the column became wild.
Please take a look at the screenshot.
https://postimg.cc/gallery/VYq0V83
Thank you for your time.
-
those 3 columns just disappeared from the page.
I do not understand, they are shown in your tablet and mobile screenshot, what doy ou mean “just disappeared”?
Do you mean you do not want them to stack on mobile?
-
xiyang0630
Hello Ying,
Sorry for confusing you a lot because of my poor English.. I mean when I tried to change the texts in those columns there and then I edited the padding or margin for the columns. The columns’ positions are no longer same as before. It only displayed a part of the columns on Tablet device, and totally disappeared on Mobile device. I guess this was caused by the editing of margin and padding of the columns. What I want to achieve is that I want to know how to make the columns displayed at the same position even if I changed the original texts to bigger and longer texts there, and keep the right and left spacing same with each column, and be responsive on different devices.
This is the screenshot: https://postimg.cc/Fd9xSQY8
Anyway, it’s not a huge issue here, I will come back for this question if I want the columns to stay on the page. Sorry for confusing you a lot on this topic.
Best Regards,
Yang
-
The 3 columns should be the same width, you thought the 2 columns on the sides were wider as the parent container has 40px left and right padding, if you remove the 40px padding of the parent container, the 3 columns should look the same.
-
xiyang0630
Thank you for the reply, Ying.
I will follow your instructions to make it happen!
Thank you so much for helping me along the way.
-
You are welcome Yang 🙂
- You must be logged in to reply to this topic.