Author |
Topic  |
|
danielrichardson
VP-CART Super User
 
Australia
276 Posts |
|
ryo_best
VP-CART New User

90 Posts |
Posted - May 30 2016 : 20:58:56
|
Hi Daniel,
do you mean, you want the product categories to stretch to the right when disabling right container? I cannot found this issue on my VPCart, my version is 8.00.10.4, what version you are using Daniel ? |
 |
|
danielrichardson
VP-CART Super User
 
Australia
276 Posts |
Posted - June 22 2016 : 05:24:53
|
Hi Ryo, correct. Please try to look at shopdisplayproducts.asp. |
Edited by - danielrichardson on June 22 2016 05:25:18 |
 |
|
ryo_best
VP-CART New User

90 Posts |
Posted - June 22 2016 : 09:34:01
|
Hi Daniel,
to fix this layout on shopdisplayproduct.asp, just edit your basic-style.css, locate :
.productsummary.productdesc_table
and change max-widtch from 400px to 100%
Hope this helps.
Cheers... |
 |
|
danielrichardson
VP-CART Super User
 
Australia
276 Posts |
Posted - June 24 2016 : 07:55:46
|
Hi Ryo,
Thanks for the help. But seems only product description box has solved, grid / list view still having issue.
Thanks |
 |
|
ryo_best
VP-CART New User

90 Posts |
Posted - June 27 2016 : 10:35:39
|
Hi Daniel,
Sorry, I still cannot replicate your issue, here''s the screenshot from my local for list view : https://i.imgsafe.org/13aff1b461.png And also the screenshot for grid view : https://i.imgsafe.org/13b0251393.png
can you share the screenshot for the list and grid view from your store ?
Cheers...
|
Edited by - ryo_best on June 27 2016 10:41:57 |
 |
|
serjtankian
VP-CART Super User
 
Armenia
378 Posts |
Posted - June 27 2016 : 15:59:10
|
try to patch your software with the latest
*peace - serj* |
Edited by - serjtankian on June 27 2016 15:59:25 |
 |
|
danielrichardson
VP-CART Super User
 
Australia
276 Posts |
Posted - June 28 2016 : 07:45:36
|
I figure out myself. I added the following code on main-responsive.css
@media (min-width: 766px){ .col-md-9.col-sm-8.col-md-push-3 #filter_plistings { display: table; width: 100%;} .col-md-9.col-sm-8.col-md-push-3 #filter_plistings > .form-group, .col-md-9.col-sm-8.col-md-push-3 #filter_plistings > select, .col-md-9.col-sm-8.col-md-push-3 #filter_plistings > input[type=submit], .col-md-9.col-sm-8.col-md-push-3 #filter_plistings > input[type=submit] { display: table-cell; max-width: 100%; padding-right: 5px; } .col-md-9.col-sm-8.col-md-push-3 #filter_plistings .form-group > .input-group { width: 100%; } }
@media (min-width: 1120px){ .col-md-9.col-sm-8.col-md-push-3 #filter_plistings > { min-width: 29%; } } @media (max-width: 1120px) and (min-width: 800px){ .col-md-9.col-sm-8.col-md-push-3 #filter_plistings > select { min-width: 25%; } }
Here the result:
https://i.imgsafe.org/26350c4b83.png |
 |
|
serjtankian
VP-CART Super User
 
Armenia
378 Posts |
Posted - June 28 2016 : 15:43:04
|
great find dan!
copied!
*peace - serj* |
 |
|
|
Topic  |
|