Home / Forums / WoodMart support forum / “Stretch Section CSS” option not functioning correctly / Reply To: “Stretch Section CSS” option not functioning correctly
Home › Forums › WoodMart support forum › “Stretch Section CSS” option not functioning correctly › Reply To: “Stretch Section CSS” option not functioning correctly
			
				November 13, 2022 at 10:57 am			
	
	
	#420685
jg
Participant
		I’ve temporarily solved the issue by implementing the following change in ‘wd-section-stretch’, but please let me know if there is a better way.
[class*=”wd-section-stretch”] {
    position: relative;
    min-width: calc(98vw – var(–wd-scroll-w));
    width: calc(98vw – var(–wd-scroll-w));
    left: calc(50% – 50vw + var(–wd-scroll-w) / 2);
}