Hello everyone,
I would like a line break in the heading of the icon grid (under the slider). I’ve tried <br> but it doesn’t work.
For Example:
CONSULTING &
DEVELOPMENT
What can I do?
Thank you
Guys?
Hi,
Thanks for contacting us!
Icon Grid titles does not support HTML. Please add following code to Quick CSS in Enfold theme options > General Styling
.av_icongrid_title.icongrid_title {
width: 48%;
margin: auto;
}
This would simply decrease the width of the title and force a break :)
Regards,
Yigit