help to better help you:
Please: add always Joomla / JEM version and details to your posts, so we can try to reproduce your issue!
Feature requests for JEM 2.0 - initial public release
Event detail screen
Event detail screen
1 year 2 months ago
Hi, we successfully tried out the free version of JEM for our J4.4 site in the making.
But we do not like the event detail screen that you can observe here: :inloopochtend
Our question is: how to shrink the spacing between the lines in the event and the venue part.
Thank you for this extension and for looking into this matter.
Regards Gert
But we do not like the event detail screen that you can observe here: :inloopochtend
Our question is: how to shrink the spacing between the lines in the event and the venue part.
Thank you for this extension and for looking into this matter.
Regards Gert
Please Log in or Create an account to join the conversation.
Re: Event detail screen
1 year 2 months ago - 1 year 2 months ago
Hi welcome here, but where is :inloopochtend?
I can't see what you wabt
I can't see what you wabt
Last edit: 1 year 2 months ago by jojo12.
Please Log in or Create an account to join the conversation.
Re: Event detail screen
1 year 2 months ago
So sorry did notnotice my Urks where misging / shortened.
Being in
And then selecting an event
You get this : :inloopochtend
We want the linespacing in the component deminished.
Hope it is clear now.
Thank you.
Being in
And then selecting an event
You get this : :inloopochtend
We want the linespacing in the component deminished.
Hope it is clear now.
Thank you.
Please Log in or Create an account to join the conversation.
Re: Event detail screen
1 year 2 months ago
Hi Gert,
It seems that the forum has a security, so we don?t get a url here. Can you send me a PM with the url of your site, so we can lnderstand, what you need
It seems that the forum has a security, so we don?t get a url here. Can you send me a PM with the url of your site, so we can lnderstand, what you need
Please Log in or Create an account to join the conversation.
Re: Event detail screen
1 year 2 months ago
Hi, sorry to answer late, but real life ha priority.
In the next JEM 4.1.1 you can hide the Venue part in event details view with a button in general JEM settings. I hope, this will be in the first week of november. Thank you for this.
In the next JEM 4.1.1 you can hide the Venue part in event details view with a button in general JEM settings. I hope, this will be in the first week of november. Thank you for this.
Please Log in or Create an account to join the conversation.
Re: Event detail screen
1 year 2 months ago
If you want to reduce the linespacing, you can change css file. In this case, go to /media/com-jem/css/jem-responsibe.css and in the lines 87 and 122, delete/commet the paddign-top and padding-bottom of dt and dd:
LINE 87:
#jem .jem-dl dt, #jem .jem-dl-long dt {
float: left;
width: 275px;
overflow: hidden;
clear: left;
text-align: left;
font-weight: bold;
text-overflow: ellipsis;
white-space: nowrap;
/* padding-top: 5px; */
/* padding-bottom: 5px; */
}
LINE 122:
#jem .jem-dl dd, #jem .jem-dl-long dd {
margin-left: 240px;
/* padding-top: 0px; */
/* padding-bottom: 5px; */
display: flow-root;
}
So, you have a lower height line.
Is this good for you? If it is something else, you can attach any image with the question, to better understand the problem.
LINE 87:
#jem .jem-dl dt, #jem .jem-dl-long dt {
float: left;
width: 275px;
overflow: hidden;
clear: left;
text-align: left;
font-weight: bold;
text-overflow: ellipsis;
white-space: nowrap;
/* padding-top: 5px; */
/* padding-bottom: 5px; */
}
LINE 122:
#jem .jem-dl dd, #jem .jem-dl-long dd {
margin-left: 240px;
/* padding-top: 0px; */
/* padding-bottom: 5px; */
display: flow-root;
}
So, you have a lower height line.
Is this good for you? If it is something else, you can attach any image with the question, to better understand the problem.
Please Log in or Create an account to join the conversation.
Time to create page: 0.500 seconds