I'm creating this page and using transform: skew; to create my angled sections. There are two issues I'm unsure how to fix.
The first is regarding the rich text modules in the grey section. The top seems to be aligning with the angeled top of the section but I would like to align them all horizontally in a straight line.
Under the call the action section at the bottom of the page there is some negativewhite space left by skewing that section and I'd like to have that sit flush to the footer.
The skew property was something a little new to me but any help here is greatly appreciated. Thanks in advance!
Oct 25, 201810:30 AM - edited Oct 25, 201810:32 AM
Recognized Expert | Elite Partner
CSS styling issues most likely caused by skew?
SOLVE
@jasonzimmermann - You should remove the "slant-copy" class from each of your columns in the section that has multiple rows, and instead add it to the parent.
As for your CTA footer, just add an inline style to the parent container of:
Oct 25, 201810:30 AM - edited Oct 25, 201810:32 AM
Recognized Expert | Elite Partner
CSS styling issues most likely caused by skew?
SOLVE
@jasonzimmermann - You should remove the "slant-copy" class from each of your columns in the section that has multiple rows, and instead add it to the parent.
As for your CTA footer, just add an inline style to the parent container of:
Hm, so the slant-copy class is a class I created to add to the rich text modules. When I skew the background/parent it skews the text modules. The slant-copy class is basically skewing the modules opposite the parent so they appear normal.