• Resolved ChristiMc

    (@christimc)


    The links for “Previous Events” and the “Find out more” link overwrite one another so neither link is readable.

    I’ve identified that the issue is a conflict between the Events Calendar and the Elegant Theme (Vertex) that is installed. The problem doesn’t occur when I activate the TwentyNineteen theme.

    Can anyone help me find a solution to this silly problem? Oh, and, thank you in advance for any and all help!

    • This topic was modified 5 years, 10 months ago by ChristiMc.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hey there,

    Thanks for reaching out ??

    Do you have any custom CSS in place?

    It looks like overflow: hidden; from the class .tribe-events-sub-nav is being added and causing this.

    Something like this should help:

    .tribe-events-sub-nav {
    overflow: auto; }

    Take care,
    Ed ??

    Thread Starter ChristiMc

    (@christimc)

    Thank you for responding. I tried with no custom CSS at all and it still has the problem. I also tried it with only the CSS you provided but, alas, it is still doesn’t work correctly. I made sure to clear the cache, too, before retesting.

    • This reply was modified 5 years, 10 months ago by ChristiMc.
    Thread Starter ChristiMc

    (@christimc)

    Alrighty then, I think I’ve fixed it though I don’t know if it’s the best way to do it. For others who might have this problem heres what I did:

    Add custom CSS as follows:
    .description {position: relative}

    That seems to fix it. I don’t see any knock-on negative effects from it yet.

    Thanks again for your help!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Archive Page Overwrites Previous Link’ is closed to new replies.