Site ISN't Resizing on Mobile
-
I can’t get the site to resize on mobile. Here’s my CSS. Can anyone point out what IO’m doing wrong?
website is Verbatim Marketing Agency
@media only screen and (min-width: 480px) {
/* Set the slider height */
.hollywood , .hollywood .et_pb_container {
height: 200px !important;
}
.hollywood , .hollywood .et_pb_slide {
max-height: 200px;
}
.hollywood .et_pb_slide_description {
position: relative;
top: 15%;
padding-top: 0 !important;
padding-bottom:0 !important;
height:auto !important;
}
.hollywood et_pb_slide_content {
font-size; 18 !important; }
}
}
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Site ISN't Resizing on Mobile’ is closed to new replies.