Hi,
I am using the Grid Row. The left side column is control using padding on it´s left side. The right column has a slightly darker background color. This color runs all the way out on the right side. I would like to remove some pixels of the background color, so the underlying color shows on the right side of this column.
I would very much appreciate your support on this!
Hey dalboslampen!
Can you send us a link to the exact page where your using it? You can set your reply as private if you wish.
Best regards,
Elliott
Hi!
Add this to a codeblock element to the page.
<style type = 'text/css'>
#av_section_1 .template-page {
padding-top: 10px !important;
padding-bottom: 10px !important;
}
</style>
Cheers!
Elliott