This topic has 4 replies, 2 voices, and was last updated 9 years ago ago by Robert Hall
How can I move product details to the right of the image product? They keep below the image. I´ve chosen Horizontal layout for Single product page. If I choose default layout, the informations moves to the right, but 2 promo banners appear.
What should I do?
Thanks
Hello,
Try to add the following code in custom.css
.product_layout_variant2 .product_description_mainblock {
width: 479px !important;
}
Here is a video tutorial how to create custom.css: https://www.youtube.com/watch?v=Qok2zRedRMY&feature=youtu.be.
Regards,
Robert Hall.
Now it works fine.
But I added it to custom.css of the main theme. Since it didn´t function if I added it to the custom.css of the child theme.
Do you know why this is it?
Thank you!
If you use Child theme it’s not necessarily to use custom.css. You can add code above to style.css of the Child Theme.
Regards,
Robert Hall.
Tagged: best selling, image, move, product details, right, themes, woocommerce
You must be logged in to reply to this topic.Log in/Sign up