Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support ying

    (@yingscarlett)

    Hi there,

    It’s because you are using element <p>, it comes with a default margin-bottom.

    Try add this CSS:

    .gb-container.gb-container-8f61e959 p {
        margin-bottom: 0;
    }
    Thread Starter masterhealerwp

    (@masterhealerwp)

    Hi @yingscarlett

    Your instructions are always so clear. You’re just my dream life-saver.

    Question: is the default margin-bottom coming from HTML as it is, or is it a default setting related to GP?

    Now, it looks like this.

    It gives me a reason to ask you something I have always wanted to ask: How can I add padding around the text? I meanb, I noticed you cannot play as easily with grids are you can with containers.

    As you can see here, I am using contained within each column of the grid so as to be able to adjust spacing and padding.

    What’s the best way to do this?

    Plugin Support fernandoazarcon2

    (@fernandoazarcon2)

    Hi @masterhealerwp

    1. It’s the default bottom margin of WP Paragraph blocks in GP theme.

    2. You can also use a GB Headline Block and set it as a paragraph. Then, you can add spacing.

    Plugin Support fernandoazarcon2

    (@fernandoazarcon2)

    Hi there! We haven’t heard back from you for a while now so we’re going to go ahead and set this topic as resolved. Feel free to reply if you need any more help.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Why is my content not vertically aligned?’ is closed to new replies.