Move Content to Right of Thumbnail in List View

Home Forums Calendar Products Events Calendar PRO Move Content to Right of Thumbnail in List View

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #1163124
    Dragan
    Participant

    I would like to move the title and date that is on top of the thumbnail in list view to the right of the thumbnail.

    Thank you,

    #1163640
    Cliff
    Member

    Hi Dragan. It sounds like you already have a customized List View. We do not typically provide such customizations, per our Scope of Support / Terms, but if you provide a link to your site’s List View, I may be able to provide a quick help.

    #1163652
    Dragan
    Participant

    Hi Cliff,

    I don’t have a customized list view but just wanted to move the title and date from above the thumbnail to the right with the excerpt. When viewing it on mobile as well the excerpt wraps underneath the thumbnail and I’m not a fan of that.

    I’m working on my site but it’s not live. I can give you access to it.

    #1163664
    Cliff
    Member

    Yes, please do provide a link to it.

    #1163667
    Dragan
    Participant

    This reply is private.

    #1163670
    Dragan
    Participant

    Someone created a post on the forum about this and said they solved it but couldn’t see how they did it.

    #1163730
    Cliff
    Member

    I’m guessing something like this is the closest we can get using just CSS: https://cl.ly/2r322X2K271L

    .tribe-events-loop .hentry > div,
    .tribe-events-loop .hentry > h2{
    float: right;
    }
    .tribe-events-loop .hentry > div.tribe-events-event-image {
    float: left;
    margin-top: -40px;
    }

    This probably doesn’t work well on mobile-sized screens, though.

    I think it’d be best to reference our Themer’s Guide to make a customized List View with divs/columns/proper ordering of your desired output.

    #1163781
    Dragan
    Participant

    This didn’t work on the desktop view either, everything is misaligned.
    You can see in the image that I attached how it looks in list view with that CSS

    #1164211
    Cliff
    Member

    Yes, your screenshot looks like mine did.

    As I said, this is likely the best (or close to it) for a CSS-only solution.

    You should refer to our Themer’s Guide, as stated in my previous reply. If you need some coding help, you may want to ask your developer or reference our documentation and list of known customizers.

    #1173277
    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 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Move Content to Right of Thumbnail in List View’ is closed to new replies.