Title: c0nstruct's Replies | WordPress.org

---

# c0nstruct

  [  ](https://wordpress.org/support/users/c0nstruct/)

 *   [Profile](https://wordpress.org/support/users/c0nstruct/)
 *   [Topics Started](https://wordpress.org/support/users/c0nstruct/topics/)
 *   [Replies Created](https://wordpress.org/support/users/c0nstruct/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/c0nstruct/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/c0nstruct/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/c0nstruct/engagements/)
 *   [Favorites](https://wordpress.org/support/users/c0nstruct/favorites/)

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Photo Gallery, Sliders, Proofing and Themes - NextGEN Gallery] [Plugin: NextGEN Gallery] NextGen Flash Uploader conflicts with GoogleMaps api javascript](https://wordpress.org/support/topic/plugin-nextgen-gallery-nextgen-flash-uploader-conflicts-with-googlemaps-api-javascript/)
 *  [c0nstruct](https://wordpress.org/support/users/c0nstruct/)
 * (@c0nstruct)
 * [14 years ago](https://wordpress.org/support/topic/plugin-nextgen-gallery-nextgen-flash-uploader-conflicts-with-googlemaps-api-javascript/#post-2803781)
 * Could this post help you?
 * [http://wordpress.org/support/topic/plugin-nextgen-gallery-conflict-with-contact-form-7?replies=18#post-2874491](http://wordpress.org/support/topic/plugin-nextgen-gallery-conflict-with-contact-form-7?replies=18#post-2874491)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Photo Gallery, Sliders, Proofing and Themes - NextGEN Gallery] [Plugin: NextGEN Gallery] Flash uploader stopped working](https://wordpress.org/support/topic/plugin-nextgen-gallery-flash-uploader-stopped-working/)
 *  [c0nstruct](https://wordpress.org/support/users/c0nstruct/)
 * (@c0nstruct)
 * [14 years ago](https://wordpress.org/support/topic/plugin-nextgen-gallery-flash-uploader-stopped-working/#post-2779004)
 * Could this post help you?
 * [http://wordpress.org/support/topic/plugin-nextgen-gallery-conflict-with-contact-form-7?replies=18#post-2874491](http://wordpress.org/support/topic/plugin-nextgen-gallery-conflict-with-contact-form-7?replies=18#post-2874491)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[The Events Calendar] [Plugin: The Events Calendar] width issues !](https://wordpress.org/support/topic/plugin-the-events-calendar-with-issues/)
 *  [c0nstruct](https://wordpress.org/support/users/c0nstruct/)
 * (@c0nstruct)
 * [14 years, 1 month ago](https://wordpress.org/support/topic/plugin-the-events-calendar-with-issues/page/2/#post-2516804)
 * I finally found the solution to my own version of this problem.
 * **Problem: **
    When forcing the cell width to prevent uneven columns I need to
   use overflow:hidden to prevent long event titles from overstepping their boundaries.
   The overflow:hidden also clips the tooltip, so that was not a good solution.
 * **Solution:**
    Convert the link to a block element and restrict its width and
   overflow, thus handling this parallell to the tooltip-div, like such: `.grid .
   tribe-events-event a { width: 60px; display: block; text-overflow: ellipsis; 
   overflow: hidden;}`
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[The Events Calendar] [Plugin: The Events Calendar] width issues !](https://wordpress.org/support/topic/plugin-the-events-calendar-with-issues/)
 *  [c0nstruct](https://wordpress.org/support/users/c0nstruct/)
 * (@c0nstruct)
 * [14 years, 3 months ago](https://wordpress.org/support/topic/plugin-the-events-calendar-with-issues/page/2/#post-2516793)
 * Hi There,
 * Sorry to reopen this, but I found good use for this solution. The thing is that
   I am struggling with my event DIV’s overflowing the table cells in the grid view.
   I have tried to add a overflow:hidden which looks good, but breaks the popups
   when hovering over the event.
 * I am about to give up but I thought I should give this thread a try. Do you guys
   have any tips or tricks?
 * You can see my problem here:
    [http://ny.bodokajakk.no/kalender/](http://ny.bodokajakk.no/kalender/)
 * Edit: Here is my relevant CSS
 * >     ```
   >     .grid .tribe-events-event {
   >         width: 60px; overflow: hidden; text-overflow: ellipsis;
   >     }
   >     ```
   > 
 * Thanks,
    Terje

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