Hello, on the page http://wp-projekt.htz-cs08.clickstorm.de/karriere/ I would like to have the font of the Masonry gallery in the middle below the icons. Is this possible? Or do you have another idea?
Best regards,
Martin
Hey Martin,
Please try adding this css to your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:
#main .av-masonry-entry .av-masonry-entry-title {
text-align: center;
}
After applying the css, please clear your browser cache and check.
Best regards,
Mike
Perfect, thank you!
Hi,
Please add the following code to the Quick CSS field in Enfold theme options > General Styling tab as well
#top .av-masonry-date {
text-align: center;
display: block;
}
Best regards,
Yigit
Perfect!