Cost positioning

Home Forums Calendar Products Events Calendar PRO Cost positioning

  • This topic has 4 replies, 3 voices, and was last updated 9 years ago by karen.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1260717
    karen
    Participant

    Hi,
    I was able to enlarge the width of .tribe-events-event-cost but I can’t quite figure out how to move it to the left so that it fits within the content field. A Little help?
    thanks!

    #1260724
    Geoff
    Member

    Hi Karen,

    You can move the cost all the way over to the left using something like this:

    .tribe-events-list .tribe-events-event-cost {
    position: relative !important;
    }

    Or, you can move it over to the left a little with something like this:

    .tribe-events-list .tribe-events-event-cost {
    left: 50% /* or any value you would like */
    }

    Cheers!
    Geoff

    #1262763
    karen
    Participant

    Perfect! Thanks

    #1263331
    Geoff
    Member

    Right on! I’m so glad to hear everything is working smoothly and I appreciate you following up to let us know. Definitely keep us posted if any other questions come up and we’d be happy to help. 🙂

    Cheers!
    Geoff

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Cost positioning’ is closed to new replies.