Home › Forums › Calendar Products › Events Calendar PRO › Search Results Spacing Challenge
- This topic has 7 replies, 4 voices, and was last updated 9 years, 9 months ago by
Terry Sullivan.
-
AuthorPosts
-
July 11, 2016 at 8:52 am #1138146
Terry Sullivan
ParticipantPlease look at the attached screen shot, and you will see the message “There were no results found.” Notice there is a spacing problem with the << that is in this sentence, just before the this phraze “https://twitter.com/LifeExtension.” Can you please tell me how I might be able to fix this?
Thank you,
~Terry
July 11, 2016 at 4:13 pm #1138436Nico
MemberHi there Terry,
Thanks for reaching out! I can help you here…
Can you please share a link to this message in your site? Not sure why it’s displaying that way!
Thanks,
NicoJuly 11, 2016 at 8:17 pm #1138508Terry Sullivan
ParticipantI Nico, Here’s a link to my calendar…
You will see the double greater than sign that overlaps the phrase “There were no results found.” Can you please tell me how to fix this spacing issue?
Thank you for your help!
~Terry
July 12, 2016 at 3:16 pm #1138896Nico
MemberThanks for clarifying and sending over the URL!
Actually the theme is adding the ‘double greater’ character via CSS. You can hide it with the following CSS snippet:
.tribe-events-notices > ul li:before {
content: '';
}
You can include that in your theme (or child theme) stylesheet or via Simple Custom CSS plugin!
Give it a go and let me know if that works for you,
Best,
NicoJuly 12, 2016 at 4:59 pm #1138932Terry Sullivan
ParticipantThanks Nico,
You are amazing… It worked!
Can you please, however, tell me why when I added the CSS coding you sent me to my RISE WordPress theme editor, it did not work. But, once I added the plugin you suggested and entered the code you sent me, it worked perfectly. Why did I have to add the plugging to make the css coding work?
Please advise…
Thanks again, Nico…
I so appreciate you!
~Terry
July 13, 2016 at 1:22 pm #1139344Nico
MemberGlad to hear it worked Terry 🙂
I’m not sure how the RISE WordPress theme editor works, so not sure about the result. Maybe you can try adding the !important directive to the rule:
.tribe-events-notices > ul li:before {
content: '' !important;
}
But maybe the code doesn’t get posted at all? Can you check with this updated snippet? Also check that the code is printed in the page by inspecting the source.
The Simple Custom CSS plugin is great to customize the look and feel of the site without modifying the theme’s files, but it should be the same result as inserting the snippet in the theme style-sheet.
Please let me know if you can test the above now,
Best,
NicoAugust 4, 2016 at 9:35 am #1147628Support Droid
KeymasterThis 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. -
AuthorPosts
- The topic ‘Search Results Spacing Challenge’ is closed to new replies.
