Hi, My website is is a 1/5th column, a 3/5th column, and then another 1/5th colum.
I want the 3/5th column to be a little bit wider. Can you please advise how to accomplish that?
I have given each of the columns custom class name and attempted to style using this, but not working as expected.
.my-one-fifth { width: 15%; margin: 0; }
.my-three-fifth { width: 70%; margin: 0; }
Thank you