Home › Forums › Jevelin Theme › set height of columns
Home › Forums › Jevelin Theme › set height of columns
Hi again and sorry to trouble you guys again but I’d be grateful if you could help me setting fixed height of some columns so they appear in line on the page regardless of the amount of text content within them.
I’ve tried setting a fixed column height for the section via css but it doesn’t seem to take effect.
I’ve attached a screenshot showing what I mean and thanks in advance for any assistance.
Cheers,
Sean
Hi Sean,
I hope you are well today and thank you for your question.
You can achieve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.
Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code
#tax-return-section .sh-column-wrapper, #tax-return-section .sh-column-wrapper .sh-text-with-frame-container { min-height: 375px !important; }
Best regards,
Shufflehound team