Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1235417

    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

    #1236347

    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

    #1238433

    As usual PERFECTO!!!

    Thank you for your ninja code!!!

    Kind regards,
    Brian

    #1238444

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Column spacing on single page’ is closed to new replies.