Viewing 8 posts - 16 through 23 (of 23 total)
  • Author
    Posts
  • sky Friend
    #1025509
    This reply has been marked as private.
    Pankaj Sharma Moderator
    #1025518

    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

    sky Friend
    #1025949
    This reply has been marked as private.
    Pankaj Sharma Moderator
    #1025969

    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%}}
    
    sky Friend
    #1026821
    This reply has been marked as private.
    Pankaj Sharma Moderator
    #1026822

    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

    sky Friend
    #1026825
    This reply has been marked as private.
    Pankaj Sharma Moderator
    #1026837

    Hi
    Please open a new thread for further new questions.
    It also helps our community members.
    Regards

Viewing 8 posts - 16 through 23 (of 23 total)

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.