View Single Post
  #3  
Old 06-24-2021, 04:48 AM
  cflsystems's Avatar 
cflsystems cflsystems is offline
 

Veteran
  
Join Date: Apr 2007
Posts: 14,190
 

Default Re: XC5 Multi-Vendor Registration Column Width

You can change add this css to your admin custom css block


.register-vendor-form-container ul.main-table li.input div.table-label {width: 30.667%}


However you have multiple issues on this page - on smaller screens the text block on the right gets cut off, every form field has help text that is white on white background - so invisible, on some screen sizes this help text actually does not show at all, on desktop the form is restricted in width so everything related to the form is squished ...


I suggest you remove the columns and have the text block on the right and the form sit one under the other so each one take the whole width of the page. Either remove the help block for each form field or adjust css to be black on white (or some other colors, whatever works)
__________________
Steve Stoyanov
CFLSystems.com
Web Development
Reply With Quote