Hi,
I have a page with multiple full width columns going down the page but at the bottom of the page there are half page columns where I would like to control the vertical space between the half page columns to make it the same as the horizontal space between the other columns:
many thanks,
Brian
Hey brianwelsh,
Sorry for the late reply and thanks for the link to your page.
Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:
#top.page-id-9062 .entry-content-wrapper .av_one_half:nth-child(odd) {
margin-left: 12px !important;
width: 49% !important;
}
#top.page-id-9062 .entry-content-wrapper .av_one_half:nth-child(even) {
width: 50% !important;
}
After applying the css, please clear your browser cache and check.
Please see the screenshot in Private Content area for the expected results.
Best regards,
Mike
As usual PERFECTO!!!
Thank you for your ninja code!!!
Kind regards,
Brian
Hi,
Glad we were able to help, we will close this now. Thank you for using Enfold.
For your information, you can take a look at Enfold documentation here
For any other questions or issues, feel free to start new threads in the Enfold forum and we will gladly try to help you :)
Best regards,
Mike