<p style="text-align: left;">Hi,</p>
<p style="text-align: left;">There is something wrong with sticky header. Pls check the attachment.</p>
<p style="text-align: left;">Thanks</p>
<p style="text-align: left;">St</p>
The same problem happen with skin3. In mobile the header becomes 2 rows, which takes so much space.
thanks
st
Ok please try adding the given css in your wp-admin -> appearamce -> customize -> custom css :
@media (max-width:768px){
a.smallimg.vbpcart {
display: none !important;
}
a.smallimg.vbplogin {
width: 40px;
margin: 0 10px 0 5px !important;
}
}