Title: Spacing issue
Last modified: July 20, 2019

---

# Spacing issue

 *  Resolved [Tiago](https://wordpress.org/support/users/iam3ple/)
 * (@iam3ple)
 * [6 years, 11 months ago](https://wordpress.org/support/topic/spacing-issue-17/)
 * Hi,
 * I noticed that there’s a big gap between the Title and the actual content for
   the “description” section of an event (I don’t know how you call that in WordPress,
   but it’s the area where you type in your content when you are writing a regular
   post or page).
 * If you go here
    [http://www.events.wavebix.com/events/just-testing-subscriber/](http://www.events.wavebix.com/events/just-testing-subscriber/)
 * you can see where it says More Info, there’s a gap between that and “Some Details
   Here”. If you look at all the other fields, there’s no gap (Date, Time, Location).
   
   There’s also a gap in Genres (which is Categories inside Events Manager, I just
   changed the title and taxonomy).
 * Hope someone can help me with this.
 * Thanks! 🙂
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fspacing-issue-17%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Plugin Support [angelo_nwl](https://wordpress.org/support/users/angelo_nwl/)
 * (@angelo_nwl)
 * [6 years, 11 months ago](https://wordpress.org/support/topic/spacing-issue-17/#post-11754522)
 * hi,
 * do you have another event for us to see and analyze ?
 *  Thread Starter [Tiago](https://wordpress.org/support/users/iam3ple/)
 * (@iam3ple)
 * [6 years, 11 months ago](https://wordpress.org/support/topic/spacing-issue-17/#post-11756163)
 * Sorry, I had to delete that “test event”, because I was about to launch the final
   version of the website.
 * Here’s a new, official event:
    [http://www.events.wavebix.com/events/3ple-tsunamiz-no-hollywood-spot/](http://www.events.wavebix.com/events/3ple-tsunamiz-no-hollywood-spot/)
 * Thank you!
 *  Plugin Support [angelo_nwl](https://wordpress.org/support/users/angelo_nwl/)
 * (@angelo_nwl)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/spacing-issue-17/#post-11791727)
 * hi,
 * I tried the link above and seems to be working fine?
 *  Thread Starter [Tiago](https://wordpress.org/support/users/iam3ple/)
 * (@iam3ple)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/spacing-issue-17/#post-11791756)
 * The website is working.
    The issue is the spacing between “More Info” and the
   description itself, in this case “Entrada a €3 com direito a imperial. Venham
   beber uma connosco e ouvir boa música! 🍺🍻”
 * Compare it to the spacing between “Date” and “Sep 13, 2019 – Sep 14, 2019”.
    
   The spacing after “More Info” seems like a double space.
 * It’s the only field that is behaving like that…
 *  Plugin Support [angelo_nwl](https://wordpress.org/support/users/angelo_nwl/)
 * (@angelo_nwl)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/spacing-issue-17/#post-11800431)
 * I think your theme is adding margins to the p tag; you can try something like
 *     ```
       p {
           padding: 0px !important;
           margin: 0px !important;
       }
       ```
   
 * you can wrapped your single events page format in a div then use the css above
   to avoid overriding p tag css within your site.
 *  Thread Starter [Tiago](https://wordpress.org/support/users/iam3ple/)
 * (@iam3ple)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/spacing-issue-17/#post-11810022)
 * Hey [@angelo_nwl](https://wordpress.org/support/users/angelo_nwl/)
 * It took me a while to reply… been super busy and wanted to focus 100% on this.
   
   Your tip helped me a little bit and then I had to figure out how to apply it.
 * Since the single event is controlled inside the Formatting > Events > Single 
   Event Page > Single event page format
    what I did was changing
 *     ```
       <p>
       	<strong>More Info</strong><br/>
       #_EVENTNOTES
       </p>
       ```
   
 * to this:
 *     ```
       <p class="moreinfo">
       	<strong>More Info</strong><br/>
       #_EVENTNOTES
       </p>
       ```
   
 * Then in the Additional CSS section I added your code with something extra:
 *     ```
       p.moreinfo {
          padding: 0px !important;
          margin: 0px !important;
       }
       ```
   
 * And it works like a charm now! 😀
 * Thank you so much for your help 😉

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

The topic ‘Spacing issue’ is closed to new replies.

 * ![](https://ps.w.org/events-manager/assets/icon-256x256.png?rev=3550347)
 * [Events Manager - Calendar, Bookings, Tickets, and more!](https://wordpress.org/plugins/events-manager/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/events-manager/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/events-manager/)
 * [Active Topics](https://wordpress.org/support/plugin/events-manager/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/events-manager/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/events-manager/reviews/)

 * 6 replies
 * 2 participants
 * Last reply from: [Tiago](https://wordpress.org/support/users/iam3ple/)
 * Last activity: [6 years, 10 months ago](https://wordpress.org/support/topic/spacing-issue-17/#post-11810022)
 * Status: resolved