Home › Forums › WoodMart support forum › Single layout page, abnormal height space in custom tab accordion mode on mobile › Reply To: Single layout page, abnormal height space in custom tab accordion mode on mobile
July 15, 2024 at 3:20 pm
#583421
Artem Temos
Keymaster
To fix this issue, try to add the following code snippet to the Custom CSS area in Theme Settings.
.wd-single-tabs.elementor-element {
width: 100%;
}