Home Forums WoodMart support forum Related products

Related products

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #26871

    leonidas
    Participant

    Hi,
    until 478 px the related products looks great.
    After that, there is a problem.How do we correct it?

    #26888

    Artem Temos
    Keymaster

    Hi,

    This custom CSS code makes it look incorrect on mobile devices https://gyazo.com/ccd77758843722a2422052bd780549ca
    Try to remove it and you will see how it should look. It has only one product per screen on mobile devices.

    Regards

    #26935

    leonidas
    Participant

    ok thank you.Can we move the arrows inside the photo?

    #26980

    Bogdan Donovan
    Keymaster

    Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.

    @media (max-width: 767px) {
    
    	.related.products .owl-nav > div[class*=prev] {
        left: 20px;
    }
    	
    	.related.products .owl-nav > div[class*=next] {
        right: 20px;
    }
    }

    Regards

    #26989

    leonidas
    Participant

    thank you.You can close the ticket

Viewing 5 posts - 1 through 5 (of 5 total)

The topic ‘Related products’ is closed to new replies.