I’ve broke my head trying to solve my problem but unfortunately I still didn’t find the correct solution.
All I want is to have the white background to the left of the Column#1 and the grey background to the right of the Column#2.
But I can’t find the needed attribute in the Column options (and I’m not sure if there are any.
I’ve attached the hand draw of what I want to do.
2
Answers
you can achieve this pretty easily by using a pseudo-element for the grey background. On your body set a white background.
Follow these steps:
You will see something like this