tp-fullwidth-forcer on mobile
I have this on mobile:
<div class="tp-fullwidth-forcer" style="width: 100%;height: 36px;"></div>
is
element.style {
width: 100%;
height: 36px;
}
Where can i find this? i want height:0px
<div class="tp-fullwidth-forcer" style="width: 100%;height: 36px;"></div>
is
element.style {
width: 100%;
height: 36px;
}
Where can i find this? i want height:0px
Comments