By pfadfinder01 on Thursday, 29 September 2022
Replies 8
Likes 0
Views 0.9K
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!
·
2 years ago
·
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
·
2 years ago
·
0 Likes
·
0 Votes
·
0 Comments
·
If you give us the URL we can advise on a CSS fix
·
2 years ago
·
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
·
2 years ago
·
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
·
2 years ago
·
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;
}
·
2 years ago
·
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.
·
2 years ago
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post