Home › Forums › Calendar Products › Events Calendar PRO › Date and Price on the same line
- This topic has 13 replies, 2 voices, and was last updated 8 years, 4 months ago by
Corey Ritter.
-
AuthorPosts
-
November 7, 2017 at 1:06 pm #1377275
Corey Ritter
ParticipantWe’d like two separate lines for date and price. How can we do that? It was that way before at one point.
See link and screenshot
http://bodydesignuniversity.com/event/personal-trainer-meetup-atlanta-2/November 8, 2017 at 3:56 pm #1378557Barry
MemberHi there Corey,
Please note the amount of support we can offer with things like custom styling does tend to be limited, but I’d be happy to explore a few options with you 🙂
#tribe-events-content .tribe-events-schedule > h2 { display: block; }How about adding the above CSS to your theme, via the Appearance ‣ Customize ‣ Additional CSS option in the admin environment (or any other means of adding custom CSS you might prefer)?
November 10, 2017 at 7:21 am #1379864Corey Ritter
ParticipantHi there, I tried out the code, but the display did not change.
November 10, 2017 at 7:39 am #1379878Barry
MemberCan you confirm where you added it, exactly? I’m not seeing it in place though I could easily be missing it (please also note that if you stripped it back out then it makes it hard for me to see where it is being added in the context of your site … and so adding it back so we can troubleshoot further would be appreciated).
Other things you can try:
- Adding the snippet to a custom tribe-events.css stylesheet
- Adding !important after display: block;
November 10, 2017 at 7:57 am #1379896Corey Ritter
ParticipantDoes this screenshot help?
November 10, 2017 at 8:03 am #1379902Barry
MemberI don’t see a screenshot, unfortunately (if you replied by email I’m afraid they won’t come through automatically, you would need to log in to the forum and upload them directly).
November 10, 2017 at 8:11 am #1379914Corey Ritter
ParticipantI am not sure if you are seeing the screenshot. I have tried uploading it twice.
November 10, 2017 at 8:36 am #1379950Barry
MemberI’m afraid I’m not 🙁
- Perhaps you could upload the image to your site, or a file/image sharing site and drop the URL in here?
- If you are trying to share code, perhaps you could instead share it on a service such as Gist and again drop the URL in here?
November 10, 2017 at 8:47 am #1380030November 13, 2017 at 5:14 pm #1382051Barry
MemberRight now when I inspect the source of your page it looks like there is a typo:
#tribe-events-content tribe-events-schedule > h2 { display: block;important }This should probably be (note the placement of the closing semi-colon and also the bang/exclamation mark – sorry for not being clearer about that earlier):
#tribe-events-content .tribe-events-schedule > h2 { display: block !important; }November 17, 2017 at 10:10 am #1385823Corey Ritter
ParticipantI’m afraid that did not resolve the issue!
November 20, 2017 at 9:15 am #1387264Barry
MemberAh hah! There is a missing period: please edit your CSS and add a . character immediately before tribe-events-schedule … so that it looks like the following.
#tribe-events-content .tribe-events-schedule > h2 { display: block !important; }December 12, 2017 at 8:35 am #1403683Support 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 ‘Date and Price on the same line’ is closed to new replies.
