• https://funnelmarketing.co/ppc/

    If you see below learn more button of each button, there is a spacing, can anyone please advice me what could be done to remove that spacing.

    Here is the code used for the button and to divide each synopsis into sections.

    </div>
    <div class=”row” style=”text-align: center; margin: 0 auto 30px auto;”>
    Learn More

    </div>
    [/trow]
    [tdivider]
    [trow]

Viewing 3 replies - 1 through 3 (of 3 total)
  • See this code in your style.css.

    .post_content .row {
        padding: 50px 0;
    }

    padding-top and padding-bottom set to 50px.

    Thread Starter ismailmz

    (@ismailmz)

    Hi Rafin,

    Thanks a lot for replying, you are right it’s set to 50px, are you suggesting that I lower it to 40px or so,if not what should I do now? You see I am not a developer, will really appreciate your kind advice.

    Cheers!

    Yeah just lower it to your desired pixel but lowering padding like
    padding:40px 0; will lower padding top and bottom. If you want to decrease the bottom padding only then just find the above code in style.css and replace code like wise

    .post_content .row {
        padding: 50px 0 10px 0;
    }

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to remove the Spacing below Learn More’ is closed to new replies.