Home › Forums › Quform WordPress › Duplicate the row above › Reply To: Duplicate the row above
June 8, 2022 at 3:40 am #34366
Participant
I’ve removed the CSS from row elements 1, 2 and 3 and added the following Global CSS for Option Icons and Option Icons (when selected):
font-size: 20px;
color: #9dc408;
text-align: center;
vertical-align: middle;
The CSS for Option Icons (when selected) in rows 4 and 5 is:
text-align: center;
vertical-align: middle;
font-size: 20px;
color: #9dc408;
padding-top: 5px;
position: relative;
You can see the result in the attached image. Note that rows 4 and 5 remain the same. I have also checked IE and Chrome with identical results.