By Guest on Thursday, 29 September 2022
Replies 8
Likes 0
Views 1.3K
Votes 0
Hi,
I have problems with formatting in JEvents - Latest Events module
See attached pictures.
The transparent module is on Joomla 3.10.11
The other module with a white background is on Joomla 4.2.3
The right hand is also not displayed.
What's wrong?
Please can you help me?

Many thanks before
Try
"icon-clock" instead of "icon-time"
and
"fa-hand-point-right icon-hand-right" instead of "icon-hand-right"

I'll change the source file on our server for future users!
·
Friday, 30 September 2022 15:30
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello,

thanks for your fast help.
The icons now are here.
Unfortunately there are more problems. The font displayed is not in a line.
Marked that on the attached picture.
Do you also have a solution for this?

Many thanks before
·
Friday, 30 September 2022 17:21
·
0 Likes
·
0 Votes
·
0 Comments
·
If you give us the URL we can advise on a CSS fix
·
Tuesday, 04 October 2022 14:36
·
0 Likes
·
0 Votes
·
0 Comments
·
·
Tuesday, 04 October 2022 17:13
·
0 Likes
·
0 Votes
·
0 Comments
·
Can you add this to your template's custom css

.jevbootstrap .mod_events_latest_date, .jevbootstrap .mod_events_latest_content {
vertical-align: baseline;
}

Or you could add it to the jevents custom css file
·
Friday, 07 October 2022 10:45
·
0 Likes
·
0 Votes
·
0 Comments
·
Sorry, it does not function.
I testet it on 'jevcustom.css
and on /media/templates/site/cassioopeia/user.css
·
Friday, 07 October 2022 12:01
·
0 Likes
·
0 Votes
·
0 Comments
·
I just loaded the page and I can't see these changes in either CSS file - are you sure the files were updated on the server?

If you removed them because they didn't work you may need to use

.jevbootstrap .mod_events_latest_date, .jevbootstrap .mod_events_latest_content {
vertical-align: baseline!important;
}
·
Friday, 07 October 2022 12:43
·
0 Likes
·
0 Votes
·
0 Comments
·
Now it works great.
The entry only works in the user.css of the template.

Thank you for your quick help.
·
Friday, 07 October 2022 13:07
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post