Events Showing On Half Of My Page

Home Forums Calendar Products Events Calendar PRO Events Showing On Half Of My Page

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #951368
    Winston
    Participant

    For some odd reason, my events are only showing up on half of my page…literally. The other side is blank white and the other side shows events. Half of my page is blank. How do i fix this?

    #951451
    Brian
    Keymaster

    Hi,

    Thanks for using our plugin. I looked at your site and see the issue.

    Looks like it is coming from this plugin:

    all-in-one-schemaorg-rich-snippets

    This css from that plugin causes the issue:

    .ratings {
    float: right;
    margin-right: 10px;
    }

    Try this css to fix it:

    .tribe-events-page-template.ratings {
    float:none;
    margin: 0;
    }

    Add that css to your theme’s stylesheet or through a plugin such as Simple Custom CSS.

    Let me know if that helps.

    Thanks

    #954806
    Winston
    Participant

    Thanks for the code! It worked well!

    #954818
    Winston
    Participant

    Is there a way to add ads to events?

    #954980
    Brian
    Keymaster

    Great glad it helps.

    It is possible to add ads to events, but not a feature we support you can check out our themer’s guide on how to make modifications and add them that way:

    https://theeventscalendar.com/knowledgebase/themers-guide/

    I am going to close this ticket, but if you need anything else related to this topic or another please post a new topic on the forum and we can help you out.

    Thanks

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Events Showing On Half Of My Page’ is closed to new replies.