Hi Guys,
I’m using a 1/3 1/3 1/3 grid and I would like to decrease the space between the columns . I can use the code below and that will do part of the trick. What I’m looking for is only reduce the space between (the green part in the image) the columns and keep the alignment left and right untouched so the whole content stays (in this case) 1000 px wide . Please see what I’m looking for here
Used codediv .av_one_third {margin-left: 2%; width: 32%;}
Best regards,
Steven
Hey steviger,
Add the following to quick css:
#av_section_2 .av_one_third {
margin-left: 4%!important;
}
Best regards,
Jordan Shannon
Hi Jordan,
Thanks for your quick reply. Your suggestion does reduce the space between the columns but it also produces an extra space left and right. Left should be aligned with the left side of the blue bar and right should be aligned with the right side of the red bar.
Best regards,
Steven
Update: After a good refresh, I don’t see the reduced space anymore. Looks like default values.
Hi,
I believe the only fix would perhaps be to increase the column widths.
Best regards,
Jordan Shannon