Home › Forums › WoodMart support forum › Produkt Description not displayed on mobile › Reply To: Produkt Description not displayed on mobile
May 6, 2021 at 1:44 pm
#290180
Artem Temos
Keymaster
The background is loaded via HTTP that is why you don’t see it https://prnt.sc/12ksrop
You need to re-upload it. As for the editor, try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.
body.vc_editor .tabs-layout-tabs {
display: block;
}