How can I make the image a little longer and the text has those margins as shown in the image?
the page is: https://nerve-concepts.com/
A user seeks help adjusting their product page layout to make images longer and add specific margins to text elements, referencing a visual example.
Proposed Solution:
base.css file in the theme editor.product__column-sticky with a padding-right: 10% propertyStatus:
The discussion appears to have a quick CSS-based solution offered, though no confirmation of whether it resolved the issue or required further adjustments.
How can I make the image a little longer and the text has those margins as shown in the image?
the page is: https://nerve-concepts.com/
Add this code In Edit Code > base.css File
.product__column-sticky{
padding-right:10%;
}