targetting css for archive tage

Home Forums Calendar Products Events Calendar PRO targetting css for archive tage

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1002677
    John Paul
    Participant

    Hi.. I am trying to target the post views listed for post tags….

    http://ltdesigns.eu/tag/ian-dowding/

    here is an example. I want to change the image size and repostion it.. I tried the following

    body.archive.tag .tribe-events-event-image {
    display: inline-block;
    float: left;
    margin-right: 2em;
    margin-left: 1em;
    margin-top: 1em;
    max-width: 300px;
    }

    but no banana…..

    any thoughts?

    • This topic was modified 8 years, 8 months ago by John Paul.
    #1002716
    Nico
    Member

    Hi John,

    Thanks for reaching out to us! I’ll help you getting this sorted 🙂

    The correct code would be:

    body.archive article.tribe_events img {
    display: inline-block;
    float: left;
    margin-right: 2em;
    margin-left: 1em;
    margin-top: 1em;
    max-width: 300px;
    }

    Please give it a try and let me know if this is what you where looking for,
    Best,
    Nico

    #1007468
    Support Droid
    Keymaster

    This topic has not been active for quite some time and will now be closed.

    If you still need assistance please simply open a new topic (linking to this one if necessary)
    and one of the team will be only too happy to help.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘targetting css for archive tage’ is closed to new replies.