Hello,
I have the footer set to 3 columns, but I would actually love to have the first column be 50% and the next two be 25% each. Is that possible?
Sara
Hey SaraMichelle,
Please provide a link to the site/page in question so we can look into this issue further.
Best regards,
Jordan Shannon
Hi,
Add this to quick css:
#footer .av_one_third:first-child{
width:35%!important;
}
#footer .av_one_third:nth-child(2),
#footer .av_one_third:last-child{
width:26%!important;
float:left!important;
}
You can’t quite get 50, 25, 25
Best regards,
Jordan Shannon
That is so perfect! Thank you!!
Hi SaraMichelle,
We’re glad to hear that :)
Thanks for using Enfold and have a great day!
Best regards,
Nikko