Follow us on Twitter X-Cart on Facebook Wiki
Shopping cart software Solutions for online shops and malls

XC5 Multi-Vendor Registration Column Width

 
Reply
   X-Cart forums > X-Cart 5 > Dev Questions (X-Cart 5)
 
Thread Tools Search this Thread
  #1  
Old 06-13-2021, 05:24 PM
  Blainevk's Avatar 
Blainevk Blainevk is offline
 

Senior Member
  
Join Date: Dec 2004
Location: Atlanta, GA
Posts: 162
 

Default XC5 Multi-Vendor Registration Column Width

Hello,

I want to widen the Registration Column on the left of the Vendor Registration Page ( https://blainestravelclub.com/travelpoints/giftmall/?target=register_vendor ) so the text description words do not bunch up, but are all on one line, IE:

Confirm Password
Store Description
Street Address
ETC.

Where do I find this page?

Thanks in advance for your help,
Blaine.
__________________
Blaine

X-Cart Multi-vendor 5.4.1.35
PHP version: 8.1

Blaine's Travel Club - http://blainestravelclub.com

Collect Travel Points - http://blainestravelclub.com/travelpoints/rewards/

Travel Points Gift Mall - https://blainestravelclub.com/travelpoints/giftmall/

Grow Your Business - http://blainestravelclub.com/business/

Making Money & Fun - http://blainestravelclub.com/travelers/

Charitable Fun-razing - http://blainestravelclub.com/fun-razors
Reply With Quote
  #2  
Old 06-24-2021, 02:01 AM
 
Ed B. Ed B. is offline
 

X-Adept
  
Join Date: Apr 2016
Posts: 446
 

Default Re: XC5 Multi-Vendor Registration Column Width

As I don't have multi vendor version source code, I can't tell where the page is, but you can look for a View class containing code that look like
Code:
public static function getAllowedTargets() { $list = parent::getAllowedTargets(); $list[] = 'register_vendor'; return $list; }
Good luck.
__________________
X-cart 5.2.12, php 5.6
Ed from Grenoble, France
Reply With Quote
  #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
Reply
   X-Cart forums > X-Cart 5 > Dev Questions (X-Cart 5)


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -8. The time now is 12:56 AM.

   

 
X-Cart forums © 2001-2020