Germanized : Problem with the single product view
-

daParticipant
Hello,
I have a question. We use the custom layout you offer for our individual products. We also use Germanized.
It is specifically about the top view in our single products and the following areas: ‘VAT’ and ‘Shipping costs’ / ‘Product contains’ and ‘Item number’
We would like to move ‘VAT’ and ‘Shipping costs’ to one line and ‘Product contains’ and ‘Item number’ to one line. At the moment, all four points are below each other, which makes it very long and a lot of space is lost. If you switch off the custom layout, then it works automatically so that these fields are next to each other and thus save space.
Can you help or give some advice?
Please keep all screenshots secret or make them unrecognisable so that it is not possible to tell which website it is.
Many thanks in advance.
Hello,
Define the code below in Theme Settings -> Custom CSS and recheck the issue.
.wc-gzd-additional-info_shortcode .elementor-shortcode {
display: flex;
align-items: center;
}
Kind Regards

daParticipant
Thank you, but now everything is without a space between each other and its at the same line as the “basic price”. Is it possible to make the information under the basic price and with a space between the informations ?
You can have a look at my shop hw it looks like with your code.
Thank you.
Hello,
Replace the above code with the below one:
.wc-gzd-additional-info_shortcode .elementor-shortcode .wc-gzd-additional-info {
display: inline;
margin-right: 5px;
}
Kind Regards

daParticipant
Thank you very much, now it works great.
Hello,
Always remember that you can reach out to us with any questions you may have.
Have a good day!
Kind Regards
The topic ‘Germanized : Problem with the single product view’ is closed to new replies.