Viewing 1 post (of 1 total)
Viewing 1 post (of 1 total)
You must be logged in to reply to this topic.
Tagged: column widths, css widths
Where is the setting so I can change the product page to display the image column at 60% and the right column at 40%?
The Theme uses col-md classes, but I can’t see where to change column widths. Only option is to override the classes widths which seems pointless since it uses the column css layouts.
<div class="col-md-5 product-img-case">
<div class="col-md-7 product-summary-case">
Even a swap to this would be an option
<div class="col-md-7 product-img-case">
<div class="col-md-5 product-summary-case">
Where is a setting to change these?
You must be logged in to reply to this topic.