[Support request] GP Padding in pages

Home Forums Support [Support request] GP Padding in pages

Home Forums Support GP Padding in pages

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #239499
    Tharindu

    Hello there,

    Thanks for the super fast theme. I have been using it for 2 months and very happy with it.

    I am just wondering how do I change the padding in page breaks on a page. It seems too much white space between page breaks. Special in mobile this is adding too much white space.

    Please help.

    My site: http://www.gappiya.com/videos/shoot-without-crew-part-1/

    Thank you.

    #239556
    Tom
    Lead Developer
    Lead Developer

    The line break space is universal as far as I know.

    Instead of using it, just put your content into paragraphs.

    In WordPress, this means just leaving 1 empty line between your text/images etc..

    #239558
    Roberto Enrique

    Why don’t you use <div> instead of <br />?

    #239560
    Tharindu

    Yes. I am putting everything in separate paragraphs.

    Usually I hit enter and make a space.

    Sorry not very tech savy. Is it possible to reduce paragraph break space?

    #239564
    Roberto Enrique

    You can modify paragraphs bottom margin but that will modify all the paragraphs in your website.
    Try separating your content with divs and not paragraphs

    #239571
    Tom
    Lead Developer
    Lead Developer

    If you want to modify the paragraph spacing, you can do this:

    p {
        margin-bottom: 20px;
    }

    However as Roberto mentioned, this will change all of your paragraphs site-wide.

    Using a div like he suggested might be a good idea for a page like the one you linked to 🙂

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