Home Forums WoodMart support forum Remove some blanks

Remove some blanks

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #198775

    dami_re
    Participant

    Hello ! I wanted to know how to eliminate these spaces by means of CSS in the prefooter since with custom codes it does not allow it since it is by default labeled with “¡important”;
    I attach the images so that it is clearly understood. Thank you

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

    Hello,

    I saw the screenshots you attached and visited your website.

    To Remove the space you need to add the following Custom CSS in the Global Custom CSS area under
    Theme Settings >> Custom CSS.

    .woodmart-prefooter {
    padding-bottom: 0;
    }
    .site-content {
    margin-bottom: 0;
    }

    Best Regards.

    #199014

    dami_re
    Participant

    Thank you ! It looks good, and now as I remove these spraces, the image and text enter. I attach another capture. Sorry for the inconvenience

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

    Hello,

    Please provide me the site WP Admin Login details in a private content area of this topic so that I’ll assign the Custom Class to the row in which those images appears and then set the Custom CSS for you for solving your issue.

    OR

    You can simply add the below given Custom CSS to your Home Page Custom CSS section by editing your Home Page, it will also solve your issue.

    .wpb_single_image.vc_align_center {
    margin-bottom: 0;
    }

    Best Regards.

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