By Guest on Tuesday, 24 July 2018
Replies 3
Likes 0
Views 738
Votes 0
Hi,
We have a lot of white space between the venue name and the "check this place" link to the venue details. See attachment.

1. How can we reduce the white space between the title and the link?
2. How can we change the link title from "check this place" to something else such as "venue details"?

Here is the page:
https://golfersresource.com/events

Thanks,

venues-list-white-space.png
Hello,

This is down to how your site handles H4 Tags. USe:


h4.mod-jevloc-loc-title {margin-bottom: 0;}

in your JEvents Custom CSS section and clear you cache, that should then resolve it for you.

IF you want it tighter still you could user:


h4.mod-jevloc-loc-title {margin-bottom: 0;margin-top: 0;}

Many thanks
Tony
·
Wednesday, 25 July 2018 10:45
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Tony,
Excellent. I ended up using the tighter version:


h4.mod-jevloc-loc-title {margin-bottom: 0;margin-top: 0;}


Looking good!

Thank you,
John
·
Wednesday, 25 July 2018 14:26
·
0 Likes
·
0 Votes
·
0 Comments
·
Great to hear John! Thanks for letting us know :-)
·
Tuesday, 31 July 2018 09:54
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post