ratkaj Posted February 4, 2022 Posted February 4, 2022 Site URL: https://academyforlittlelearners.squarespace.com/ Hi Squarespacers -- Found an old thread that provided some code to center an image and text within a section. Code worked great -- ONCE. Then stopped working when I tried to use it in other sections. I'm sure it's something I'm missing or maybe I'm pulling the wrong Page Section #? Can someone take a quick look for me? https://academyforlittlelearners.squarespace.com/ Password: 1234 //center image/// div#page-section-61eefdf0e7877207133b2496>.row { display: flex; align-items: center; }
tuanphan Posted February 8, 2022 Posted February 8, 2022 Use this code @media screen and (min-width:768px) { div#page-section-61eefdf0e7877207133b2496 .span-12>.row { display: flex; align-items: center; } } ratkaj 1 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
Create an account or sign in to comment
You need to be a member in order to leave a comment