Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #334483
    HansH
    Participant

    Hello Tikaram,

    I encoutered one a minor problem.
    The white space between header of pattern featured content and the upper border is rather high (big). As a sequence the whole space between two groups becomes higher. Is it possible to make the space between title of featured content and the upper border smaller?

    Kind regards

    Hans Hagmeijer

     

    #334486
    sujapati
    Keymaster

    Hello HansH,
    For reducing the gap between two patterns, please add the following CSS

    .wp-block-section {
    padding-top: clamp(42px, 5.5vw, 60px);
    }
    

    And for the gap between the group heading and the content, add the following CSS,

    
    .wp-block-section .wp-block-group-heading {
    margin-bottom: clamp(21px, 3.5vw, 35px);
    position: relative;
    }

    Thanks
    Sujapati

    #334495
    HansH
    Participant

    Hello Sujapati,

    Great, this dit it.

    Kind regards

    Hans Hagmeijer

    #334501
    sujapati
    Keymaster

    @HansH: Glad to hear that it worked for you. Please feel free to contact me if there are any issues.

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.