| ||||||||||
Shopping cart software Solutions for online shops and malls | ||||||||||
|
X-Cart Home | FAQ | Forum rules | Calendar | User manuals | Login |
XC5 Multi-Vendor Registration Column Width | |||
|
|
Thread Tools | Search this Thread |
#1
|
|||||||||
|
|||||||||
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 |
|||||||||
#2
|
|||||||
|
|||||||
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:
__________________
X-cart 5.2.12, php 5.6 Ed from Grenoble, France |
|||||||
#3
|
|||||||||
|
|||||||||
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 |
|||||||||
|
|||
X-Cart forums © 2001-2020
|