Responsive or mobile sites
-
Add this code
@media screen and (max-width: 560px) {
#sideoffer {
visibility: hidden;
clear: both;
float: left;
margin: 10px auto 5px 20px;
width: 28%;
display: none;
}
}
- The topic ‘Responsive or mobile sites’ is closed to new replies.