Need a little help with CSS

Home Forums Calendar Products Events Calendar PRO Need a little help with CSS

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #1159926
    karen
    Participant

    ok.. Hoping this is easy and you can point me in the right direction. As you can see the text is not aligned with the top of the graphic here. Hopefully the answer is simple. thanks!

    #1160031
    Cliff
    Member

    Hi Karen. Please provide a link to the page(s) this is visible on and I can provide you a CSS snippet to help get you on your way.

    #1161061
    karen
    Participant

    Hi Cliff, This is interesting. If I go to the LIST, it looks fine.
    But if I go to the monthly calendar and choose to see the remainder of the events for a day, it breaks it.
    Here is a link.
    http://southernarizonaguide.com/events/2016-09-10/
    thanks!

    #1161153
    Cliff
    Member

    Karen, what am I comparing that URL to? (I just want to be sure.)

    Feel free to share any screenshots that may help.

    #1161222
    karen
    Participant

    Attached is the list view. What it should look like. I previously attached the malformed one, but here it is again.

    #1161272
    Cliff
    Member

    And what’s the URL to see that previously-attached screenshot?

    #1161275
    karen
    Participant
    #1161292
    Cliff
    Member

    Thank you.

    This is because of CSS coming from your theme. More info in this video.

    Here’s some CSS that should make things how you’re wanting:

    body.post-type-archive-tribe_events .entry-summary {
    clear: none;
    }

    You can add custom CSS code via your child theme’s style.css file or via a plugin like Simple Custom CSS or, my favorite, Jetpack. Jetpack supports regular CSS and the LESS and Sass pre-processors.

    If you’re not a CSS expert, Jetpack’s Custom Design reference may prove helpful.

    Please let me know how it goes for you.

    #1161327
    karen
    Participant

    thank you.. that worked. I appreciate the painless help.

    #1161347
    Cliff
    Member

    You bet. Have a great rest of your week!

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Need a little help with CSS’ is closed to new replies.