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;
}
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
Yes, that’s perfect–please close the ticket.
Thanks
Steven
Hi,
I’m glad this was resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon