Home › Forums › WoodMart support forum › Position elements responsively inside a section › Reply To: Position elements responsively inside a section
May 4, 2023 at 12:38 pm
#464408
atpd23
Participant
Here is a solution I have found. It might be helpful for other forum members.
Solution: Add this CSS code flex-grow: 1;
to the first element of the section (in the sample case above it’s the title).
Best Regards