How can I make the image a little longer and the text has those margins as shown in the image?

Topic summary

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:

  • Add CSS code to the base.css file in the theme editor
  • The suggested code targets .product__column-sticky with a padding-right: 10% property

Status:
The discussion appears to have a quick CSS-based solution offered, though no confirmation of whether it resolved the issue or required further adjustments.

Summarized with AI on November 10. AI used: claude-sonnet-4-5-20250929.

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%;
}