shiDMV Posted April 30, 2022 Share 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? Link to comment
tuanphan Posted May 1, 2022 Share 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 How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
shiDMV Posted May 1, 2022 Author Share 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. Link to comment
shiDMV Posted May 2, 2022 Author Share 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 Link to comment
creedon Posted May 4, 2022 Share 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 best , and see my profile. Thanks for your support! Link to comment
shiDMV Posted May 4, 2022 Author Share Posted May 4, 2022 3 minutes ago, creedon said: I don't have a solution at this time. thanks for taking a look! Link to comment
Solution shiDMV Posted June 6, 2022 Author Solution Share 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 Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment