Home Forums Basel support forum FEATURED PRODUCT PART

FEATURED PRODUCT PART

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

    satyazz10
    Participant

    http://demo-url.in/lilydev/

    NEED TO SHOW 2 PRODUCTS SIDE BY SIDE FOR MOBILE VIEW IN THE FEATURED SECTION PART.

    JUST CHECK THE SCREENSHOT ATTACHED FOR REFERENCE.

    Attachments:
    You must be logged in to view attached files.
    #164828

    Hello,

    Please provide the page URL where you apply the product grid I will provide custom CSS.

    Best Regards

    #164833

    satyazz10
    Participant

    http://demo-url.in/lilydev/

    just check the homepage featured part in mobile view.

    #164864

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    @media (max-width: 768px){
    body .featured .product-grid-item.col-xs-12 {
        width: 50%;
    	float:left;
    }
    }

    Best Regards

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