Hi, i saw that from tablet view the template is not showing in a good way.
In particular, widget goes at bottom of page but width is not 100%.
Did u see that?
How can i solve this?
thanks
@media only screen
and (min-device-width: 768px)
and (max-device-width: 1024px)
and (-webkit-min-device-pixel-ratio: 1) {
.show-on-tablets {
display: none;
}
}
body .gk-columns[data-column-count="2"] > div,
body .gk-columns[data-column-count="3"] > div,
body .gk-columns[data-column-count="4"] > div {
padding-bottom: 20px!important;
width: 100%!important;
}