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

    Hi

    I’m using the code below to change column margins but it’s also increasing the margin-left of the first column. What code should I use to fix this?

    Thanks
    Steven

    #top.home .apartments-container .flex_column.av_one_third {
    margin-left: 2% !important;
    width: 31.3% !important;
    }

    #1041745

    Hey Steven,

    Try adding this code after your code above

    #top.home .apartments-container .flex_column.av_one_third.first {
      margin-left: 0 !important;
    }

    let us know if this helps.

    Best regards,
    Nikko

    #1043738

    Yes, that’s perfect–please close the ticket.

    Thanks
    Steven

    #1044050

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Change column margins (but not first column)’ is closed to new replies.