• Can someone clue me in as to why I can’t seem to get any space below the gallery and the text “OTHER” on this page using the “enter” key as I did above the gallery between the gallery and the word “PEOPLE”?
    http://dwdallam.com/new-stuff/
    The only way I can do it is to add text below the gallery first, which I don’t want:

    ex:
    sss
    OTHER

    It’s like the paragraph spacing isn’t being seen below the gallery unless t3ext is first inserted.

Viewing 2 replies - 1 through 2 (of 2 total)
  • In the style sheet called nggallery.css,
    find the class .ngg-galleryoverview and add a little bit of margin-bottom.
    It could look something like that:

    /* ----------- Gallery style -------------*/
    
    .ngg-galleryoverview {
    	overflow: hidden;
    	margin-top: 10px;
    	margin-bottom: 40px; /* YOU ADD THIS LINE */
    	width: 100%;
    	clear:both;
    	display:block !important;
    }

    Thread Starter dwdallam

    (@dwdallam)

    Yeah that makes sense. I’m just wondering why WP doesn’t identify a paragraph when it’s under the gallery. I can hit the carriage return a 100 times and WP doesn’t see any space.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Page white space’ is closed to new replies.