Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #14183
    ru.hickson
    Participant

    Hi folks,

    I’ve just taken over the admin of a colleague’s website, and am a little taken aback by the vast amount of plugins currently active, one of which is Event Maker. It’s a bit of a game of pickup sticks at the moment, trying to figure out what everything does, but I was hoping for your advice with a quick fix with this part.

    http://www.newdublinvoices.com/events/event/video-games-with-the-rte-nso/

    You can see on the Tickets section on the right hand side that the URL link does not line up with the URL itself. Sorry if I’m missing something obvious, as I was unfamiliar with the plugin until now.

    Cheers!

    #14306
    Bartosz
    Keymaster

    Hey,
    This is not really a plugin issue but a CSS issue in the theme with lots of CSS absolute positioning that requires fixing, for example things like that:

    margin-right: -50px;
    margin-top: -21px;
    position: absolute;
    right: 50%;
    top: 50%;

    Simplify all that and you’ll be fine.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.