Home Forums WoodMart support forum Footer field error

Footer field error

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #43046

    lavitasarim
    Participant

    Hello there.

    At the bottom of the footer menu, the bank card area looks flawed (very large area).
    How can I fix.

    Thank you.

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

    Bogdan Donovan
    Keymaster

    Hi

    Try to add the following code snippet to the Mobile Custom CSS area in Theme Settings to fix this issue.

    .min-footer > div {
    	-ms-flex-preferred-size: 0;
    	flex-basis: 0;
    }

    Regards

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