- Posts: 14
- Thank you received: 0
Up-Coming Events Default Layout - not responsive?
- Michael Austermeier
- Topic Author
- Offline
- New Member
-
Less
More
9 years 2 months ago #92628
by Michael Austermeier
Up-Coming Events Default Layout - not responsive? was created by Michael Austermeier
Hi,
i have Problems with the Up-Coming Events Default Layout at mobile devices. It´s look like the attachments.
What can I do?
Thank you in advance,
Michael
i have Problems with the Up-Coming Events Default Layout at mobile devices. It´s look like the attachments.
What can I do?
Thank you in advance,
Michael
Please Log in or Create an account to join the conversation.
- Tuan Pham Ngoc
- Away
- Administrator
-
9 years 2 months ago #92638
by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Up-Coming Events Default Layout - not responsive?
Hello Michael
Maybe there is some css conflict with your site template causing the issue
Please submit a support ticket sending us super admin account of the site and the link to the page
Our template developer will look at it and get it sorted for you
Regards,
Tuan
Maybe there is some css conflict with your site template causing the issue
Please submit a support ticket sending us super admin account of the site and the link to the page
Our template developer will look at it and get it sorted for you
Regards,
Tuan
Please Log in or Create an account to join the conversation.
- James Riley
-
- Offline
- Platinum Member
-
9 years 2 months ago - 9 years 2 months ago #92641
by James Riley
James Riley .: EventBooking user since 2014 ::: JoomDonation user since 2016 :.
.: grfx & web design / IT / AV @ St. Therese Institute of Faith and Mission, Bruno, SK, Canada :.
Replied by James Riley on topic Up-Coming Events Default Layout - not responsive?
Do you normally run it in a side-bar / column and it ends up pushing into your content on a smaller screen size?
If so, you'll want to write some responsive CSS to cancel the float of the side-bar.
Not knowing the IDs and CLASSes of your page elements, I can't write you the exact code you'll need, but it might be as simple as adding something like this into the /media/com_eventbooking/assets/css/custom.css file:
If so, you'll want to write some responsive CSS to cancel the float of the side-bar.
Not knowing the IDs and CLASSes of your page elements, I can't write you the exact code you'll need, but it might be as simple as adding something like this into the /media/com_eventbooking/assets/css/custom.css file:
Code:
@media (max-width: 531px) {
.myMainContentWindow {float:none; clear:both;width:100%;}
.mySideBar {float:none; clear:both; width:100%;}
}
James Riley .: EventBooking user since 2014 ::: JoomDonation user since 2016 :.
.: grfx & web design / IT / AV @ St. Therese Institute of Faith and Mission, Bruno, SK, Canada :.
Last edit: 9 years 2 months ago by James Riley. Reason: added custom.css path & filename
Please Log in or Create an account to join the conversation.
- Camilla
- Offline
- New Member
-
Less
More
- Posts: 4
- Thank you received: 1
9 years 1 month ago #94471
by Camilla
Replied by Camilla on topic Up-Coming Events Default Layout - not responsive?
On my mobile phone your demosite looks just like the screenshot above. Just to inform you guys... 
Something like that will make me look elsewhere for an event component.
Something like that will make me look elsewhere for an event component.
Please Log in or Create an account to join the conversation.
- Tuan Pham Ngoc
- Away
- Administrator
-
9 years 1 month ago #94484
by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Up-Coming Events Default Layout - not responsive?
Thanks Camilla for the information. Will ask my template developer to look at it and get it corrected if needed
Regards,
Tuan
Regards,
Tuan
Please Log in or Create an account to join the conversation.
Moderators: Tuan Pham Ngoc
Support
Documentation
Information
Copyright © 2026 Joomla Extensions by Joomdonation. All Rights Reserved.
joomdonation.com is not affiliated with or endorsed by the Joomla! Project or Open Source Matters.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.