The Case Studies (portfolio items in the masonry)
How can we have these aligned centered?
Hey whdsolutions,
Thank you for the inquiry.
You can add this code in the Quick CSS field:
#top .av-m6p4vfy0-690d7ab656912433849d5b6fa16c29ad .av-masonry-container {
padding-left: 12.5%;
}
Best regards,
Ismael
Not working https://2024-sportspitchconsultant-co-uk.stackstaging.com/pitch-types/football/
Still all left aligned
Needs to be on every page!
Hi,
Thank you for the update.
It seems to be working correctly on our end. If you want this applied to every page, you can use this css code instead:
#top .container .av-masonry .av-masonry-container {
padding-left: 12.5%;
}
Another option is to apply a custom css class to the Masonry elements where you need these adjustments and edit the css rule accordingly.
— https://kriesi.at/documentation/enfold/add-custom-css/
Best regards,
Ismael
This sort of centres them but shifts the blocks right so they are off-centre – So i have deleted the CSS you supplied.