Hi,
im looking for the product block
in red to move over the to left on desktop
thank you
A user seeks to reposition the product information block (currently centered) to align left on desktop view for their Shopify product pages.
Proposed Solutions:
CSS modification approach: Add custom CSS to the theme.css file:
.product-single__meta {
padding-left: 0px;
}
This targets the product metadata section and removes left padding to shift content leftward.
Theme settings check: Verify if the theme includes built-in customization options under Online Store > Themes > Customize > Products that allow adjusting the product section layout without code changes.
The discussion remains open with no confirmation of which solution was implemented or whether the issue was resolved.
Hi,
im looking for the product block
in red to move over the to left on desktop
thank you
Hi @Luxurymrkt ,
This is David at SalesHunterThemes.
You can try to follow these steps:
Go to Online Store β Themes β Actions β Edit code.
Go Assets folder β theme.css file.
Add this following code at the bottom of page.
.product-single__meta {
padding-left: 0px;
}
result:
If I managed to help you then, donβt forget to Like it and Mark it as Solution!
David | SalesHunterThemes team
Hi @Luxurymrkt
You can try to check if it has a settings to make that section larger in Online store > Themes > Customize > Products > Default product