Event not displaying correctly as blog post

Home Forums Calendar Products Events Calendar PRO Event not displaying correctly as blog post

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1176281
    Faris Virani
    Participant

    I want my events to display as blog posts, but the formatting is not consistent with the rest of my blog posts. How do I get the formatting to be consistent (framed)? Please see the link below:

    http://bit.ly/2dNUQVj

    #1176565
    Andras
    Keymaster

    Hello Faris,

    Thanks for reaching out! I can help you with this.

    Copy the following snippet in to your child theme’s style.css file:
    .blog .container .type-tribe_events {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ddd;
    box-shadow: 0 0 4px #ddd;
    margin: 0 0 1.5em;
    padding: 0.8em 1.5em 1.5em;
    }

    This should do the trick. Let me know how that works out.

    Cheers,
    Andras

    #1176959
    Faris Virani
    Participant

    This reply is private.

    #1177917
    Andras
    Keymaster

    Hey Faris,

    Thanks for getting back to me on this.

    I checked and and the code it doesn’t seem to be implemented on any of the two pages.

    On the first one, the widgets are affected by this code, which seems to be in your styles.css file:
    .widget {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ddd;
    box-shadow: 0 0 4px #ddd;
    margin-bottom: 1.5em;
    overflow-wrap: break-word;
    padding: 1.5em;
    }

    Please check again.

    The code I sent in my previous reply does not affect the widgets in any way. Please try again and let me know the results.

    Cheers,
    Andras

    #1189165
    Support Droid
    Keymaster

    Hey there! This thread has been pretty quiet for the last three weeks, so we’re going to go ahead and close it to avoid confusion with other topics. If you’re still looking for help with this, please do open a new thread, reference this one and we’d be more than happy to continue the conversation over there.

    Thanks so much!
    The Events Calendar Support Team

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Event not displaying correctly as blog post’ is closed to new replies.