Hi can I increase the number of columns with CSS in the Icon Grid to more than 5?
Hi,
Thanks for contacting us!
Please edit your Icon Grid element and choose to display 5 columns, then go to Advanced > Developer Settings tab and give your element an ID attribute (“custom-col” in example below) and then add following code to bottom of Quick CSS field in Enfold theme options > General Styling tab
#custom-col .avia-icongrid-numrow-5 li {
width: 12.5%;
}
This would increase the column count to 8. Please adjust the value as needed.
Cheers!
Yigit
Hi I want to have more columns though say 6 columns
Where would I tell it that I wanted 6 columns?