/* -- START fix full width header issue on mobile -- */
@media (max-width: 479px) {
.et_pb_fullwidth_header .et_pb_fullwidth_header_container.center
.header-content {
width: unset;
margin: 0 auto;
padding-top: 0;
}
.et_pb_fullwidth_header_container.center {
width: 100% !important;
}
.et_pb_fullwidth_header .et_pb_fullwidth_header_container
.header-content h1 {
font-size: 30px !important;
}
.et_pb_fullwidth_header .et_pb_fullwidth_header_container
.header-content p {
line-height: 1.3em !important;
}
.et_pb_fullwidth_header_subhead {
font-size: 18px !important;
line-height: 1em !important;
}
.et_pb_fullwidth_header .et_pb_fullwidth_header_container
.et_pb_button_two {
margin-top: 5px !important;
margin-left: 0 !important;
}
}
/* -- END fix full width header issue on mobile -- */
Code language: CSS (css)Module: full width header, mobile fixes
Last updated:
Categories: Uncategorized