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

    Hi Enfold team!

    After much searching through the forums, I’ve come across just a little difficulty in figuring out how to reduce the amount of space or padding between three columns in a row.

    I’ve tried the following:

    div .av_one_third {
        margin-left: 2%;
        width: 31.333333%;
    }

    This does work wonderfully, however the last/third column ends up with padding on the right side so that the three columns as a whole don’t actually line up with with the rest of the content on the page. In other words, Links provided in the private content below!

    #1074568

    Hey kellyCraftMedia,

    Try adjusting to 32%. Please see the following:

    div .av_one_third{
        margin-left: 2%;
        width: 32%;
    }

    Best regards,
    Jordan Shannon

    #1074591

    Hi Jordan! Thanks for the quick response. So weird – I did try that before and it didn’t work, but it does work now!! Thank you so much!

    #1074595

    Hi,

    I’m happy to help. If you need anything else, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘1/3 column width and padding’ is closed to new replies.