MML997 Posted September 2, 2021 Posted September 2, 2021 Site URL: https://www.worqflowsolutions.com/about Hi everyone, So I am having a particularly hard time figuring out how to fix this issue. The columns for photos and text will reallign themselves when I change the size of my screen. So it will look off. I want to ensure the photos all stay the same height like in the photo examples below. Any help would be most appreciated! Best, M
tuanphan Posted September 5, 2021 Posted September 5, 2021 Hi, Just tested on some screen sizes & looks fine here. Which screen size do you have problem? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
MML997 Posted September 8, 2021 Author Posted September 8, 2021 On 9/4/2021 at 8:44 PM, tuanphan said: Hi, Just tested on some screen sizes & looks fine here. Which screen size do you have problem? It seems to resize the columns when users go out of full screen. Is there a way for it all to remain at an even height? Possibly some code I could add to do this?
tuanphan Posted September 12, 2021 Posted September 12, 2021 On 9/9/2021 at 4:10 AM, MML997 said: It seems to resize the columns when users go out of full screen. Is there a way for it all to remain at an even height? Possibly some code I could add to do this? You can use this code to equal people description, then image will align. Add to Design > Custom CSS /* About page equal team */ @media screen and (min-width:901px) { div#page-60fc97c4f0a640100305ab55 p:nth-child(3) { min-height: 150px; } } @media screen and (max-width:900px) and (min-width:641px) { div#page-60fc97c4f0a640100305ab55 h3 { min-height: 100px; } div#page-60fc97c4f0a640100305ab55 p:nth-child(2) { min-height: 80px !important; } div#page-60fc97c4f0a640100305ab55 p:nth-child(3) { min-height: 225px; } } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.