shiDMV Posted April 30, 2022 Posted April 30, 2022 Site URL: https://www.mmclassy.com/contact-us Hey everyone! I was wondering if there was a way to move the form section descriptions. Right now they are under the section titles but I'd like to move them next to the titles (on the right side). Does anyone have any suggestions?
tuanphan Posted May 1, 2022 Posted May 1, 2022 For all fields or only: phone, venue name,..? 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!)
shiDMV Posted May 1, 2022 Author Posted May 1, 2022 7 hours ago, tuanphan said: For all fields or only: phone, venue name,..? Thanks for your response! I only need it for the fields that have “(optional)” under the title, but if its easier to move all of them then I’m okay with that as well.
shiDMV Posted May 2, 2022 Author Posted May 2, 2022 (edited) Okay, so I was able to move the description fields to the location that I wanted for the most part (phone field is wrong). The main problem I am having now is that it also moved the selection fields. Anyone know how to fix this so that it only moves the description fields? Here's the css I wrote to solve this issue: .form-wrapper .field-list .title, .form-wrapper .field-list .description { display: inline-block; } Edited May 3, 2022 by shiDMV
creedon Posted May 4, 2022 Posted May 4, 2022 I don't have a solution at this time. shiDMV 1 Find my contributions useful? Please like, upvote, mark my answer as the best ( solution ), and see my profile. Thanks for your support! I am a Squarespace ( and other technological things ) consultant open for new projects.
shiDMV Posted May 4, 2022 Author Posted May 4, 2022 3 minutes ago, creedon said: I don't have a solution at this time. thanks for taking a look!
Solution shiDMV Posted June 6, 2022 Author Solution Posted June 6, 2022 (edited) On 5/2/2022 at 7:28 PM, shiDMV said: Anyone know how to fix this so that it only moves the description fields? Found a fix to this issue. See the updated solution below: /* Move Description - Add To Design > Custom CSS */ #Collection-ID { .form-wrapper .field-list .title, .form-wrapper .field-list .description { display: inline; } select { display: block; } .form-item.fields.phone { .description { float: left; margin-left: 119px; margin-top: -33px; margin-bottom: -300px; } } Edited June 7, 2022 by shiDMV
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment