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

    Hello Guys,

    From 768px to 1203px products are seems like not responsive. Please kindly share code to make it responsive :)

    Thanks

    #1030447

    Hey Sovik,

    Try adding this css code in QUick CSS (located in Enfold > General Styling):

    @media only screen and (max-width:1023px) and (min-width:768px) {
      #top .products li.product {
        width: 49%;
        margin-right: 2%;
      }
    
      #top .products li.product:nth-child(2n) {
        margin-right: 0;
      }
    }

    Hope it helps.

    Best regards,
    Nikko

    #1030778

    Thank You it worked :)

    #1030985

    Hi,

    I’m glad you were able to get this resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Responsive issue on product page’ is closed to new replies.