Home › Forums › Calendar Products › Events Calendar PRO › Event Cost – Location on Page
- This topic has 5 replies, 2 voices, and was last updated 7 years, 8 months ago by
Mirja.
-
AuthorPosts
-
July 19, 2018 at 4:54 pm #1579665
Mirja
ParticipantI just updated Events Calendar & Events Calendar Pro to the latest versions and now the Event Cost is listed on the far left beneath the class venue whereas before it was listed properly on the far right. I’m about to add new classes. How do I correct this?
Thank you for your assistance.
July 20, 2018 at 8:44 am #1580091Jeremy
KeymasterHi Mirja,
Thanks for reaching out to us! I’d be happy to help you 🙂
Which version did you update from? The cost has been listed underneath the venue for quite a few months already.
To put it back on the far right would be a bit tricky using css only. Otherwise you may customize our template files, following our Themer’s Guide.
Please let me know if you need further explanations.
Cheers,
JeremyJuly 20, 2018 at 11:55 am #1580370Mirja
ParticipantJeremy, thank you for your reply.
I see; however I do prefer the previous design. Is there a specific code I can add to CSS to move the Event Cost to the right.
I’m not a programmer and would just like my Events Calendar listing to look nice, so any guidance would be greatly appreciated. Thanks again!
Mirja
July 23, 2018 at 12:14 am #1581204Jeremy
KeymasterHi Mirja,
Ok, maybe you can try to add the following CSS snippet in Appearance > Customize > Additional CSS:
@media screen and (min-width: 668px) { .tribe-events-loop .tribe-events-event-cost { display: inline-block; vertical-align: top; margin-left: 100px; } .tribe-events-loop .tribe-events-event-meta { display: inline-block; vertical-align: top; } }Please let me know if that helps.
Cheers,
JeremyJuly 25, 2018 at 2:24 am #1582876Mirja
ParticipantHi Jeremy,
Thank you for your suggestion. I added the CSS Snippet and it partially worked. Oddly enough, the event cost lined up correctly on the right for two events out of three. The third lined up on the right but was not in line with the other two. So I’ve decided to remove the Snippet to keep all the event costs lined up the same even though they will be on the left.
Thanks again,
MirjaJuly 25, 2018 at 5:51 am #1582975Jeremy
KeymasterHi Mirja,
I’m sorry the CSS snippet I gave you didn’t work properly.
Instead of the one I gave you previously, could you try the following one?
@media screen and (min-width: 668px) { .tribe-events-loop .type-tribe_events { position: relative; } .tribe-events-loop .tribe-events-event-cost { position: absolute; top: 0; right: 0; } }Please let me know how it goes 🙂
Cheers,
JeremyAugust 16, 2018 at 9:35 am #1599096Support Droid
KeymasterHey 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 -
AuthorPosts
- The topic ‘Event Cost – Location on Page’ is closed to new replies.
