Home Forums WoodMart support forum logo-mobile-footer

logo-mobile-footer

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #177940

    vindesign_it
    Participant

    Hi,

    Is there a way to change size-logo into footer? It is very large for mobile.
    ( You can see screenshot ).

    I add this code ( like your demo ), but this is valid for all versions (desktop, mobile ):

    <div class=”footer-logo” style=”max-width: 50%; min-width: 80%;margin-bottom: 10px;”></div>

    Can you help me?

    Thank you very much.

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

    Hello,

    Please provide the site admin access to the private area, I will provide custom CSS.

    Best Regards

    #177991

    vindesign_it
    Participant

    Ok, thanks

    #178005

    Hello,

    Now I have removed this style="max-width: 50%; min-width: 80%;margin-bottom: 20px; " this code is incorrect.

    Please add this code to the Theme Settings > Custom CSS > Mobile:

    .footer-logo{
    width:50%;
    margin:0 auto;
    }

    Best Regards

    #178024

    vindesign_it
    Participant

    Ok, thank you! Perfect! It’ works.

    Best Regards,

    #178095

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

    Best Regards

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