hi team,
how can I adjust the header slider text on mobile so it’s not covering my face as shown below?
thanks
hi team,
how can I adjust the header slider text on mobile so it’s not covering my face as shown below?
thanks
Hello there,
Please try adding this CSS code to Appearance > Customize > Additional CSS from dashboard.
@media only screen and (max-width: 600px) {
.slide-inner {
top: auto !important;
bottom: 30px !important;
min-height: 100px;
}
}
Regards,
Kharis
perfect, thanks for your help Kharis!
You’re welcome!
Please let us know in a new topic if you have any further questions, or if we can provide you with any other assistance.
Regards,
Kharis