I’m having issues on one particular portfolio post, It looks to be adding margin on the right side, on the left column. Where I don’t want any margin between columns, so the columns and rows line up without space in-between.
Is something wrong here or can this be removed with css?
Hi,
I’m having issues on one particular portfolio post, It looks to be adding margin on the right side, on the left column. Where I don’t want any margin between columns, so the columns and rows line up without space in-between.
Is something wrong here or can this be removed with css?
Hey Again,
Its the padding coming in from the Image animation: http://prntscr.com/mnnb68 .
Best
ThemeNectar Support Team
Thanks Tahir! As always :)
I used the following css and it worked:
.img-with-animation {
padding-right: 0 !important;
}
Kind regards