Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter hugobablon

    (@hugobablon)

    I have added this in CSS Additional

    @media only screen and (min-width: 192px) {
    
    	:root {
    		--responsive--aligndefault-width: min(calc(100vw - 10 * var(--global--spacing-horizontal)), 1000px);
    		--responsive--alignwide-width: min(calc(100vw - 10 * var(--global--spacing-horizontal)), 1000px);
    	}
    }

    It’s way better on computers but completly broken on mobile, i am lost…

    Thread Starter hugobablon

    (@hugobablon)

    In the block dashboard I can only change the column width, and its already on 100%. If it put 200% it will take the space on the text content without make it wider.

Viewing 2 replies - 1 through 2 (of 2 total)