Viewing 1 replies (of 1 total)
  • Hi,

    I am not sure on what you refer to ? If you refer to space between TF Numbers and posts, this is something you set in Visual Composer since you are building layout with it. The column of the posts has a top padding set https://screencast.com/t/OxsDJDky .

    But if you refer to the TF Numbers section height (which you cut off by applying negative margins to column in Visual Composer), then you can simply decrease the height and padding with this custom CSS :

    .statistics {
        padding: 0;
    }
    
    .statistics .stat {
       margin: 0px 25px;
    }

    I hope this helps ??

Viewing 1 replies (of 1 total)
  • The topic ‘Margin’ is closed to new replies.