Home Forums Basel support forum Product Page – Product with background

Product Page – Product with background

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

    MattiaGas
    Participant

    Hello (please check link)

    I created a “product with background”, picture column (left one) is more ore less 50% of the total width of the page. I would like to have this column bigger (ex. 75% of total width) and the column with product details smaller. Is it possible? Thanks, Mattia

    #33793

    Bogdan Donovan
    Keymaster

    Hi,

    Try to add the following code snippet to the Custom CSS area in Theme Settings to make those changes.

    .single-product-page .product-image-summary .product-images {
    	    width: 75%;
    }
    
    .single-product-page .product-image-summary .entry-summary {
    	    width: 25%;
    }

    And add the following code to the Mobile Custom CSS area to make new styles responsive friendly.

    .single-product-page .product-image-summary .product-images,
    .single-product-page .product-image-summary .entry-summary{
    	    width: 100%;
    }

    Regards

    #33879

    MattiaGas
    Participant

    Thank you very much! 🙂

    #33897

    Artem Temos
    Keymaster

    You are welcome 🙂

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

The topic ‘Product Page – Product with background’ is closed to new replies.