Layout of Product View Version 4

Comments

1 comment

  • Official comment
    Avatar
    Support

    The Product Page V4 was designed specifically to showcase the product image in the center of the screen. As such, there's a float-right value for the description area. 

    In your case, a possible solution would be to add a margin-right to the page of, let's say 5%. You can do that by adding the following code to the wp_custom.less file:

    .theme-pearl.product-page-v4 .product-info-main.product_v4.pp-floating-v4 {

    margin-right: 5%

    }

    This'll keep the info area closer to the product image, which should help on high resolution screens. Keep in mind that this would add the margin value to all resolutions, though, so if you need to limit that to certain screen sizes only, you'd need to use media queries. For more info about customizations, you can take a look at our article here: https://support.weltpixel.com/hc/en-us/articles/115000705293-How-to-customize-css-xml-phtml-js-files-in-Magento-2-examples-Tutorial-

     

     

    Comment actions Permalink

Please sign in to leave a comment.