Home Forums WoodMart support forum hauteur des espaces

hauteur des espaces

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #483837

    karine
    Participant

    Hi,
    In the Footer, column 1, How to reduce space above “Contact us” and social media icons please ?
    See attchment

    Thanks

    Regards

    Karine

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

    Hello,

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

    .footer-column-1 .widget_nav_menu,
    .footer-column-1 .widget_text{
    margin-bottom:0;
    }

    Best Regards

    #483935

    karine
    Participant

    Hi,
    Thank you so much.
    Now, I would like to reduce the space under the logo and increase the one below the address please.
    See attachment

    Regards
    Karine

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

    Hello,

    Please find this code in the Theme Settings > Custom CSS:

    .footer-column-1 .widget {
        padding-bottom: 0px;
        border-color: transparent;
    }

    And replace it with this one:

    .footer-column-1 .widget {
        padding-bottom: 0px;
        border-color: transparent;
        margin-bottom: 0;
    }

    If you have any questions please feel free to contact us.

    Best Regards

    #484068

    karine
    Participant

    Hi,
    This doesn’t seem to work, I would like to reduce the space under the logo and increase the one below the address please.

    Regards
    Akrine

    #484172

    Hello,

    Please remove this code:

    .footer-column-1 .widget {
    padding-bottom: 0px;
    border-color: transparent;
    }
    .footer-column-1 .widget_nav_menu,
    .footer-column-1 .widget_text{
    margin-bottom:0;
    }

    And add this code:

    .footer-column-1 .widget_text{
    margin-bottom:0;
    } 
    .footer-column-1 .widget_nav_menu{
    margin-bottom:0;
    } 
    .footer-column-1 .widget_media_image{
    margin-bottom:0;
    } 

    Then increase zero to any number to achieve the intervals you wish.

    If you have any questions please feel free to contact us.

    Best Regards

    • This reply was modified 9 months, 3 weeks ago by Elise Noromit.
    #484201

    karine
    Participant

    Hi,
    Thanks, but I can’t reduce the space under the logo… Sorry

    Regards

    #484436

    Hello,

    It cannot be reduced, now zero padding and margins have been set.

    If you have any questions please feel free to contact us.

    Best Regards

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