New Landing How can we help? Themeforest Theme Support Dante Reduce space and margines above and below my elements

Viewing 2 posts - 1 through 2 (of 2 total)
  • Posted in: Dante
  • #183715
    cheronne
    Member
    Post count: 7

    Good morning,

    Sorry I didn’t find the answer in the forum : i would like to reduce the space above and below my elements (1st testimonial on my page http://www.yf-wedding.com/). I have attached a screenshot of the configuration of the element.

    In advance thank you for your help

    All the best Jean

    Attachments:
    You must be logged in to view attached files.
    #183721
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    It’s the grey space you want to remove, because the element row like you add it the extra classes already has no margin top or bottom.

    This current rule is creating the padding in the Text block

    
    .full-width-text {
      padding-top: 50px;
      padding-bottom: 50px;
    }

    You can add an extra class and override it with this

    
    .custom-full-width-text {
      padding-top: 30px!important;
      padding-bottom: 30px!important;
    }

    -Rui

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

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register