This topic contains 23 replies, has 2 voices, and was last updated by Pankaj Sharma 7 years, 7 months ago.
The topic ‘How to show product page with 2 columns in mobile?’ is closed to new replies.
Hto should 3 columns kindly reduce width.
For two columns.
I already shared the information how it works.
If you do not like the layout and want to customize the layout that fall in personal custom work.
I suggest you to hire a developer for this custom work.
Regards
Hi
Find this code
.com_virtuemart div[class*="-view"] .row{display:-webkit-box!important;overflow:visible;max-width:100%}}
in custom.css file and replace it with this code to fix this issue
.com_virtuemart .category-view .row {display:-webkit-box!important;overflow:visible;max-width:100%}}
Hi
Use below code in custom.css file to add a min-height
@media(max-width:468px){
.com_virtuemart div[class*="-view"] .row div.product > div.spacer {min-height:350px}}
Regards
Hi
Please open a new thread for further new questions.
It also helps our community members.
Regards
This topic contains 23 replies, has 2 voices, and was last updated by Pankaj Sharma 7 years, 7 months ago.
The topic ‘How to show product page with 2 columns in mobile?’ is closed to new replies.