Tagged: , ,

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #849564

    Hi, is there an easy css fix to display 2 product per lines instead of 1 on phone display only

    #849769

    Hey lepetitweb,

    This should be possible via css. Please provide a link to the site in question so we can help you with this further.

    Best regards,
    Jordan Shannon

    #854058

    sorry for the delay, i didnt clicked the notify and missed the question. Here is the link in private content

    #854067

    Hi,

    Add the following to quick css:

    @media only screen and (max-width: 767px){
    .responsive #top #main .products .product {
        margin: 0 5px 20px 0!important;
        width: 45%!important;
    }}

    Best regards,
    Jordan Shannon

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.