Making Featured Image left justified on the single event page.

Home Forums Calendar Products Events Calendar PRO Making Featured Image left justified on the single event page.

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #923818
    Christopher
    Participant

    Trying to get the featured image for an event posting to justify left so it flows with the font below it.

    How can I go about this?

    #923886
    Geoff
    Member

    Hi there, Christopher! Thanks for getting in touch.

    You can change this with some custom CSS. Try adding this to your theme’sĀ style.css file:

    .single-tribe_events .tribe-events-event-image {
    float: left;
    margin-right: 30px;
    text-align: left;
    }

    You may need to fiddle with it a bit to get it exactly how you want, but that should get you pointed in the right direction. šŸ™‚

    Cheers!
    Geoff

    #924889
    Christopher
    Participant

    Would the CSS be similar for the organizer’s page?

    Also, what if I wanted to change the name organizer to instructor? How would I go about that?

    #925433
    Geoff
    Member

    Hi Christopher!

    Yes, that CSS should cover the featured image on an Organizer page as well.

    Also, if you are ever curious about how to find the CSS classnames for custom styling the calendar, this article is a great place to start. It covers the ins and outs of how to use DevTools. You may also want to check out our Themer’s Guide which throughly outlines how to build customized templates and styles.

    Changing the Organizer label to something else will require a custom snippet. Try adding this one to your theme’sĀ functions.php file. We’re fairly limited in how much support we can provide for custom development, but this snippet should at least get you started in the right direction. šŸ™‚

    Cheers!
    Geoff

    #927878
    Geoff
    Member

    Hey there, Christopher! Just checking in to see if there’s been any update or if you still need assistance on this one–please let me know. šŸ™‚

    Cheers!
    Geoff

    #937661
    Geoff
    Member

    Hi Christopher! This thread’s been quiet for several weeks, so I’m going to go ahead and close it. Please feel free to start a new thread if anything else comes up–we’d be happy to help. šŸ™‚

    Cheers!
    Geoff

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Making Featured Image left justified on the single event page.’ is closed to new replies.