Home › Forums › Calendar Products › Events Calendar PRO › A little CSS help
- This topic has 9 replies, 2 voices, and was last updated 9 years ago by
karen.
-
AuthorPosts
-
July 16, 2017 at 7:33 am #1321893
karen
ParticipantI thought I had fixed this but I must have missed something or the cache did not clear.
.tribe-events-event-cost {
position: relative;
}Relative appeared to work when I tested in in the Inspector. Please help.
July 17, 2017 at 7:27 pm #1322424Geoff B.
MemberGood evening Karen and welcome back!
Thank you for reaching out to us.
I would love to help you with this topic.What is going on is that your CSS rule does not have priority over the default one.
Try using the following CSS rule to your style.css file or in your Custom CSS metabox instead:
.tribe-events-list .tribe-events-event-cost {
position: relative !important;
}Let me know how that goes.
Best regards,
Geoff B.July 18, 2017 at 3:58 am #1322552karen
ParticipantThanks Geoff, I should have thought of that. Is there a better way to do this? I would actually like it to the right of the title. Is that possible? Thanks much.
July 18, 2017 at 7:04 am #1322599karen
ParticipantRelative seems to work if there is a pic. Any suggestions?
July 18, 2017 at 10:13 pm #1323092Geoff B.
MemberGood evening Karen,
Thank you for writing back.
I am glad you made some progress.You are right. The relative rule works better when there is a featured image with the event.
Provided what you are looking for, I would highly recommend customizing the list view.
It is actually easier than you might think.You might want to read our Themer’s guide to get a sense of how that works.
Could you please send me a copy of the latest version of your WordPress theme / child theme via a link to a .zip file link (stored Dropbox or Google Drive) so that I can run some tests on my end ? I recommend a private reply for that purpose.
Please ensure you are using the latest files as found on your actual website.
This way I will get access to any updates or customizations you might have made.Best regards,
Geoff B.
July 22, 2017 at 4:44 am #1324815karen
ParticipantThis reply is private.
July 25, 2017 at 8:57 am #1325781Geoff B.
MemberThis reply is private.
July 27, 2017 at 4:25 am #1326805karen
ParticipantThis reply is private.
July 27, 2017 at 6:23 am #1326850Geoff B.
MemberThis reply is private.
-
AuthorPosts
- The topic ‘A little CSS help’ is closed to new replies.
