Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi,

    What code / formatting are you using to add the image?

    Thread Starter rgrajiv

    (@rgrajiv)

    I just add the image from the media library, in the Events Manager – Add Event option. And this is the code in the Single events page:

    <div style=”float:right; margin:0px 0px 15px 15px;”>#_LOCATIONMAP</div>
    <p>
    Date/Time<br/>
    Date(s) – #_EVENTDATES<br /><i>#_EVENTTIMES</i><br/>
    {has_location}
    Location<br/>
    #_LOCATIONLINK
    {/has_location}<br/>
    Categories
    #_CATEGORIES
    Add to your Calendar
    #_EVENTICALLINK<br/>
    Add to Google Calendar<br/>
    #_EVENTGCALLINK
    </p>
    <br style=”clear:both” />
    #_EVENTNOTES

    Hi rgrajiv..
    I am not part of support.. just poke my nose in every now and then try and help.

    Are you talking about the space below your “Share” buttons and the black “Contact” footer box ?

    If you are, you may try adjusting your css code “height”…

    commentbox {
        min-height: 156px;
        border-radius: 6px;
        text-align: left;
        margin: 12px 0;
    }
    
    .white-space {
        height: 110px;
    }

    It sort of looks like a “theme” issue…

    I strongly suggest you use a custom CSS Editor, like the one in Jetpack, or in your child theme. And thusly make backups of files before editing if new to all this “editing”.

    Looking at your website.. I didn’t see any actual Posts to view… such that if the same issue is with actual Posts.

    If perhaps it is the same issue for Posts… you might simply try turn off “Comments” in the WordPress Admin general settings.
    Turn off comments..
    Settings ->
    —> Discussion
    “Allow people to post comments on new articles”
    and other options to post comments if available.

    Good luck ??

    Thread Starter rgrajiv

    (@rgrajiv)

    Thanks for your reply, the custom CSS didnt work, adjusted the comments spacing directly on the file. My site doesnt have any posts, all events are rendered as posts.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Gap below every event in Single event page’ is closed to new replies.