R88 Posted January 25, 2023 Posted January 25, 2023 Hi, I would like to move two questions on my form (on this page here) to be next to each other. I've mocked up below to show what I mean/how I would ideally like it to look. Thanks in advance.
tuanphan Posted January 27, 2023 Posted January 27, 2023 Add to Design > Custom CSS @media screen and (min-width:768px) { div#block-yui_3_17_2_1_1601676457452_4999 .field-list .select { width: 20% !important; float: left; } .textarea { clear: both !important; } div#block-yui_3_17_2_1_1601676457452_4999 .field-list .select:nth-child(4) { margin-top: 20px; } } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
R88 Posted January 30, 2023 Author Posted January 30, 2023 Thank you. Is it possible to have the 'MONTH' and 'YEAR' words to be aligned so they sit at the same level? Also to have less of a gap between them. Thanks for your help.
tuanphan Posted February 2, 2023 Posted February 2, 2023 On 1/30/2023 at 9:24 AM, R88 said: Thank you. Is it possible to have the 'MONTH' and 'YEAR' words to be aligned so they sit at the same level? Also to have less of a gap between them. Thanks for your help. #1. You can adjust number 20px in the code #2. You can adjust 20% in the code Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment