Home New Guten Forums WoodMart support forum 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?

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #81927

    SONICON
    Participant

    How do I edit the design of the footer area on the mobile site?

    Attachments:
    You must be logged in to view attached files.
    #81936

    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

    #81966

    SONICON
    Participant

    have improved, thank you. But I want the search button to cover that area. how can I do it?

    #82006

    SONICON
    Participant

    can you help me please?

    #82007

    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

    #82013

    SONICON
    Participant

    thank you.

    #82035

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

Viewing 7 posts - 1 through 7 (of 7 total)

The topic ‘How do I edit the design of the footer area on the mobile site?’ is closed to new replies.