Hi – last week you gave me this code to reduce the space between the columns (enfold Version: 4.1.2)
: .home #av_section_2 .av_one_third {
width: 33% !important;
margin-left: 0 !important;
}
And it worked perfectly. However, I’m working on a new project with the latest enfold: Version: 4.2.2 – and it no longer works. Everything else is identical. If you can provide the new code, I would really appreciate it!
Thanks
Hey bobjonesdesigns,
I changed the section number to match your site, so it should work as your other site.
.home #av_section_1 .av_one_third {
width: 33% !important;
margin-left: 0 !important;
}
Please let us know if this is what you had in mind.
Best regards,
Mike
Great – thank you very much! I appreciate it!