Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hi,
How can I split or at least create a certain px space between these two background rows?
Thank you,
I'm using this CSS to create 8px space on both sides
.bg { left: 8px!important; margin-right: 1%!important; width: 99vw!important; }
html.objectfit .background-image.background-image-count-2 img:first-child { width: calc(50% - 1px)!important; } html.objectfit .background-image.background-image-count-2 img:last-child{ width: calc(50% - 1px)!important; }
this will create a 2px gap
Very much appreciated!