colleenalicee Posted May 30, 2020 Posted May 30, 2020 Site URL: https://www.camberwellarts.org.uk/test123 Hi, is there a way to increase padding against specific text blocks? Looking to still left align but centralise the text more vertically. Have previously attempted with code block container + custom code but this didn't scale great on mobile. Site example here: https://www.camberwellarts.org.uk/test123 Thanks!
jpeter Posted May 31, 2020 Posted May 31, 2020 You can use this CSS to target just that section: /* Camberwell Page Section */ @media (min-width: 768px) { #page-section-5ecd1bffd6d7ad4f6c72e670 > .row > .col > .row { display: flex; } #page-section-5ecd1bffd6d7ad4f6c72e670 > .row > .col > .row > .col { display: flex; align-items: center; flex-wrap: wrap; } } Full stack developer who loves helping people out with anything web related. If you'd like to support me, buy me a coffee!
Recommended Posts
Archived
This topic is now archived and is closed to further replies.