Hi everyone,
I’m using the debut theme for my ecommerce. On my product page, I’d like to reverse the name of the vendor and the name of the product.
Here’s how it looks now :
I’d like to have “Oden” first and below “Huile de noisette”.
Thanks for your help,
Marion
2 Likes
@Marion_S
Sorry you are facing this issue, it would be my pleasure to help you.
Welcome to the Shopify community! 
Thanks for your good question.
Please share your site URL,
I will check out the issue and provide you a solution here.
2 Likes
Hi,
Here’s my URL : alaecosmetique.fr and the password : shiseido.
Thanks,
Marion
1 Like
@Marion_S
Yes, please add this code
- Go to Online Store->Theme->Edit code
- Asset->/theme.css ->paste below code at the bottom of the file.
this code apply for after 5 - 6 second
.product-single__meta {
position: relative;
padding-top: 30px;
}
.product-single__meta .price__vendor {
position: absolute;
top: 0;
}
2 Likes
@Marion_S
its my pleasure to help us