This topic has 4 replies, 2 voices, and was last updated 6 years, 10 months ago ago by Rose Tyler
Hello,
I have a big heade padding in the mobile view. How can I fix this?
The line in the breadcrumbs on the top seem to be missing also.
Hello,
Please try to add this code in Global Custom css:
@media only screen and (max-width: 768px) {
.header-wrapper header .container-wrapper {
border-bottom: 1px solid #e6e6e6;
}
.home .header-wrapper header .container-wrapper{
border:none;
}
.page-heading, .et-header-overlap .page-heading, .et-header-overlap .page-heading.bc-size-small, .page-heading.bc-size-small {
padding-top: 135px;
}
}
Regards
Hello. The code works.
thank you so much.
Regards,
Ana
Hello,
You’re welcome!
Regards
Tagged: big header, mobile view, padding, woocommerce, wordpress
You must be logged in to reply to this topic.Log in/Sign up