Hi,
I want the lower section to be above the upper one so it shows on my product page. Thank you please see picture- my site is : ELIZABETH ARDEN TRUE LOVE 3.7 ML EAU DE TOILETTE MINI FOR WOMEN- 100% Authentic
Hi,
I want the lower section to be above the upper one so it shows on my product page. Thank you please see picture- my site is : ELIZABETH ARDEN TRUE LOVE 3.7 ML EAU DE TOILETTE MINI FOR WOMEN- 100% Authentic
The “Tabs” section seems to come from Sections store.
I’d say there is a setting for spacing above and below section in settings of this section.
Otherwise, you can use code like this in “Custom CSS” setting of this section:
[class*=__ss_tabs] {
padding-top: 0;
padding-bottom: 0;
}
please add below css code at bottom of assets/theme.css file
@media screen and (min-width: 750px) {
.page-width.section-template-- 15953651695797__ss_tabs_LyCeQp-padding
Specificity: (0,2,0)
{
padding-top: 0;
}
}
Thank you.