Hey there! I'm having trouble finding a solution to the way my client's About page displays on mobile. They specifically wanted the founders on top (centered) followed by 3 rows of staff. Since they wanted it set up this way, I reworked it from a gallery section to a blank section with 4 gallery blocks and added this CSS to center it:
I can't for the life of me figure out how to get the headshots to stack on mobile into one column. See attachment for how it's displaying now. I was able to successfully stack the gallery section from the Services page: https://www.stickelsservice.com/services but not having any luck with the About page. Any ideas?
Question
rotanzdesign
Site URL: https://www.stickelsservice.com/about
Hey there! I'm having trouble finding a solution to the way my client's About page displays on mobile. They specifically wanted the founders on top (centered) followed by 3 rows of staff. Since they wanted it set up this way, I reworked it from a gallery section to a blank section with 4 gallery blocks and added this CSS to center it:
/* Center headshots */
body#collection-62265dff26fd182434bb01e6 .sqs-gallery-block-grid .sqs-gallery-design-grid {
display: flex;
justify-content: center;
flex-wrap: wrap;
}
I can't for the life of me figure out how to get the headshots to stack on mobile into one column. See attachment for how it's displaying now. I was able to successfully stack the gallery section from the Services page: https://www.stickelsservice.com/services but not having any luck with the About page. Any ideas?
Link to comment
Top Posters For This Question
2
2
1
Popular Days
May 25
1
May 4
1
May 8
1
May 20
1
Top Posters For This Question
rotanzdesign 2 posts
tuanphan 2 posts
elenadesign 1 post
Popular Days
May 25 2022
1 post
May 4 2022
1 post
May 8 2022
1 post
May 20 2022
1 post
Popular Posts
tuanphan
Use this CSS /* about mobile */ @media screen and (max-width:767px) { div#page-section-626c2bc634491911a2ce5bca .slide { width: 100% !important; }}
Posted Images
4 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment