Your Cart is currently empty!
Product update
Coupon
add
Coupon code invalid! Please re-enter!
AJAX loader
You are here: HomeForum
Welcome, Guest

mobile frontend
(1 viewing) (1) Guest
  • Page:
  • 1
  • 2

TOPIC: mobile frontend

Re: mobile frontend 5 years ago #38474

why the third product has no tag "vertical-separator"?
it spoils the design of the block in the mobile view
see screenshot
Please tell me which file I can add tag "vertical-separator" for the third item in the line
.
Last Edit: 5 years ago by adminartur.

Re: mobile frontend 5 years ago #38476

in file templates/sj_pistore/html/com_virtuemart/sublayouts/products.php
replace lines 74-79

		// Show the vertical seperator
		if ($nb == $products_per_row or $nb % $products_per_row == 0) {
			$show_vertical_separator = ' ';
		} else {
			$show_vertical_separator = $verticalseparator;
		}


with

		// Show the vertical seperator
		if ($products_per_row == 0) {
			$show_vertical_separator = ' ';
		} else {
			$show_vertical_separator = $verticalseparator;
		}

Re: mobile frontend 5 years ago #38478

all the same, the fourth product has a different width than the first three products

Re: mobile frontend 5 years ago #38506

Dear adminartur

You can add the css below for your site

@media (max-width: 767px){
.category-view .row .vm-col{
min-width:100%;
}
}

thanks
  • Page:
  • 1
  • 2
Time to create page: 0.21 seconds

Notification

Please find your issue via Suggested Posts before submitting your question. We have solved the most of issues and maybe your issue was solved before.

Latest My Topics

No posts to display.

Love all our templates?

Join our membership clubs starting at $49 only for access to all of our templates

Join Now
Home Pricing
Your Cart is currently empty!
Product update
Coupon
add
Coupon code invalid! Please re-enter!
AJAX loader
SearchSupport
Magento Themes Magento Extensions Free Magento Extensions Prestashop Themes Prestashop Modules Magento 2 Themes