How do I edit the design of the footer area on the mobile site?
-
How do I edit the design of the footer area on the mobile site?
Attachments:
You must be
logged in to view attached files.
Hello,
You have added the HTML block containing full-width and full-height row which overlays the header content. https://prnt.sc/l4ehll
Disable full-width and full-height for the row and configure it in the way not overlapping the header content.
Best Regards
have improved, thank you. But I want the search button to cover that area. how can I do it?
Hello,
Please add this code to the Theme Settings > Custom CSS:
.whb-header-bottom .whb-col-mobile .whb-html-block-element {
-webkit-box-flex: 1;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
}
.whb-header-bottom .whb-col-mobile .whb-html-block-element > p {
display: none;
}
.whb-header-bottom .whb-col-mobile .whb-html-block-element .woodmart-vc-ajax-search {
margin-top: 0!important;
margin-bottom: 0!important;
}
Best Regards
You are welcome! If you have any questions please feel free to contact us.
Best Regards
The topic ‘How do I edit the design of the footer area on the mobile site?’ is closed to new replies.