• Resolved sbinneboese

    (@sbinneboese)


    Hello. I’ve created quite a few image galleries on my website using the standard “Add Media” WordPress gallery function. However, after I create the gallery, there is a large gap after the first row of images on all my webpages like this: http://evolveservices.org/past-events/all-aboard-2/.

    I was wondering why this gap is here?

    Here is a copy of the text-only version of the page and I see nothing wrong here. Ideas?

    [ Moderator note: Code fixed, please wrap code in backticks or use the code button. ]

    <em><h2 style="text-align: center;"><img class="aligncenter size-full wp-image-1586" src="http://evolveservices.org/wp-content/uploads/2014/08/logo.png" alt="logo" width="346" height="280" /></h2>

    November is National Adoption Month. Every year, the first Sunday in November is known as Orphan Sunday, a day of reflection and awareness for current and former orphans around the world.

    On November 2, EVOLVE held our “All Aboard” event to raise support and awareness for all of the children we work with in need of love, encourage, and most of all, a permanent family of their own.

    The event was held in the magnificent Red Cap Room at the Union Depot, named in honor of the famous Red Caps who helped passengers at the Depot for years.

    Many people showed up to taste local craft beer and wine, enjoy the mashed potato bar and international cheese display, and to support the work of EVOLVE Adopion & Family Services. Thank you to all who attended, volunteered, and supported the event. We couldn’t have done it without you!

    [gallery ids="2264,2265,2266,2267,2269,2270,2271,2272,2273,2274,2275,2276,2277,2278,2279,2280,2281,2282" orderby="rand"]

Viewing 5 replies - 1 through 5 (of 5 total)
  • seems to be some interaction between the gallery, more specific the html br tags of the galllery, and the sidebar; possibly caused by the coding and formatting of your currently used theme.

    to fix it, try to add this to the styles:

    .gallery { overflow: hidden; }

    Thread Starter sbinneboese

    (@sbinneboese)

    Hello alchymyth,

    Is there a specific place in the style sheet that I should be putting this? I added it to the bottom and it didn’t seem to make a difference.

    Thanks!

    generally, it is not recommended to edit theme files directly; rather create a child theme or use a custom CSS plugin for the customization.

    however, adding at the end of style.css should have worked;
    did you clear the browser cache?

    rigth now, I don’t see the edits in your style.css – have you removed them again?

    if the suggestion does not work for you, please contact the theme’s developer directly for help, as this forum here only fully supports the themes from https://wordpress.org/themes/

    Thread Starter sbinneboese

    (@sbinneboese)

    Thank you, alchymyth.

    I was able to get this to work. I just wasn’t taking the time to clear out my cache. Works great, thanks!

    Hi there

    Can you please advise me on how I can get my image gallery description text: a) to appear? b) to left align?

    Many thanks in advance.

    Alex

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Gaps in WP image gallery’ is closed to new replies.