Hi,
I am try to follow the official Themeco YouTube tutorial, where one image in a 2 columns can expand to the edge of the screen, but the CSS code doesn’t seem to produce any effect.
I have tried to clear cache, and remove other CSS codes I had, but none helped.
@media (min-width: 979px) {
.widescreen .x-col .x-bg {
width: calc(50vw - 1rem);
}
.widescreen .x-col:nth-child(odd) .x-bg {
left: auto;
right: 0;
}
}
Can you help?