Answers for "elementor custom css for mobile"

CSS
0

elementor custom css for mobile

/*For browser/screen widths less than 768px*/
@media screen and (max-width: 768px) {
    .container {
        max-width: 100%;
    }
    .content {
        width: 100%;
    }
    .sidebar {
        width: 100%;
    }
}
Posted by: Guest on July-27-2020

Browse Popular Code Answers by Language