Hi people, I need a little help more.
I would like to move the collection and vendor name on the right side of the "product details" page. I would also move the image up.
I really appreciate you help.
Solved! Go to the solution
@Anonymous
Welcome to the Shopify community!
and Thanks for your Good question.
Please share your site URL,
So I will check and provide a solution here.
This is an accepted solution.
@Anonymous
look at this is this fine?
The image position is perfect. The collection and vendor name should match with the middle of the right column. Just upon the line I've drawn.
This is an accepted solution.
@Anonymous
Thanks for confirm
1. Go to Online Store->Theme->Edit code
2. Asset->/theme.scss.liquid->paste below code at the bottom of the file.
@media (min-width: 1020px) {
.template-product .product-details {
float: right;
width: 50%;
}
}
@Anonymous
Thanks for update i have check this is this fine for you.
This is an accepted solution.
@Anonymous
Thanks for it
1. Go to Online Store->Theme->Edit code
2. Asset->/theme.scss.liquid->paste below code at the bottom of the file.
.product-wrap.two-column>div.product-gallery {margin-top: -5px;}
User | Count |
---|---|
421 | |
208 | |
144 | |
56 | |
43 |