Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

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%;
    }
}
Source by wordpress.com #
 
PREVIOUS NEXT
Tagged: #elementor #custom #css #mobile
ADD COMMENT
Topic
Name
9+8 =