Jump to content

Issue with Text and Photos moving when screen size is adjusted

Recommended Posts

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

Screen Shot 2021-09-02 at 4.14.43 PM.png

Screen Shot 2021-09-02 at 4.14.33 PM.png

Edited by MML997
Partial submittion
Link to comment
  • Replies 3
  • Views 889
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Posted Images

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?

 

Link to comment
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!)

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.