Site logo

Archived topic

GP Padding in pages

5 replies · Started by Tharindu on October 27, 2016

Viewing posts 1–6 of 6

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.

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..

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

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?

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

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 :)

This archived topic is closed to new replies.