Tagged: iconlist
Hi,
I’m trying to give the content in my icon lists more room, but I’ve been unable to find out how to stretch the container out further to left and to the right. I’m guessing there are layout styles I haven’t been able to identify and change in the child theme. What would you recommend to help me fix this?
Hey tedinator2!
You can adjust the content and wrapper width for your icon list using the below css:
.main_color .iconlist_content {
width: 258px !important;
}
.avia-icon-list .iconlist_content_wrap {
width: 258px !important;
}
However you will also need to increase the maximum container width.
Best regards,
Dake