Detail Page for event shows the word "Free" superimposed over/under event date

Home Forums Calendar Products Events Calendar PRO Detail Page for event shows the word "Free" superimposed over/under event date

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #53075
    Debbie
    Participant

    http://www.docusphere.com/event/docusphere-ap-automation-live-demo-for-sap/

    If you look at the date for this event, you will see that the word Free is showing over the top of it. All of our events are free, and we like to promote that fact. I’d rather be able to fix this than to have to go through all our events and delete the zero in the price field.

    #53226
    Barry
    Member

    Hi Debbie,

    This seems to be an issue due to your theme having rules that use absolute positioning for elements like spans within headings. Bear with me and I’ll see if there is a quick answer.

    #53228
    Barry
    Member

    Can you try editing your theme’s stylesheet and add the following rules to the bottom of that file:

    .tribe-events-schedule h3 span {
    display: inline;
    position: static;
    width: auto;
    }

    #53229
    Barry
    Member

    The above will basically remove the absolute positioning and width restrictions (which are making it appear is if some text is superimposed on top of other text) and shouldn’t impact on any other areas of your theme.

    Thanks!

    #979544
    Support Droid
    Keymaster

    This topic has not been active for quite some time and will now be closed.

    If you still need assistance please simply open a new topic (linking to this one if necessary)
    and one of the team will be only too happy to help.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Detail Page for event shows the word "Free" superimposed over/under event date’ is closed to new replies.