anyone?
Hi,
Please try the following in Quick CSS under Enfold–>General Styling:
.av-inner-masonry-content {
text-align:center !important;
}
Thanks,
Rikard
Many thanks, my friend. That worked.
Just to follow up, how do you edit the font size of the caption?
Hi,
Please try this as well:
.av-inner-masonry-content {
font-size:26px !important;
}
You might have to adjust the value 26 to fit your liking.
Regards,
Rikard
Hi Rikard,
Thanks again.
Just one more question about this – how can we make a line break in the caption? For e.g. I have a long caption and I want to break it into 2 in the middle.
So instead of
“Everyday Arrangements that can brighten up any day.”
I need to insert a break in the middle to make 2 lines:
“Everyday Arrangements
that can brighten up any day.”
Can you let me know if this is possible?