Up-Coming Events Default Layout - not responsive?

  • Michael Austermeier
  • Topic Author
  • Offline
  • New Member
  • New Member
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

Please Log in or Create an account to join the conversation.

  • Tuan Pham Ngoc
  • Away
  • Administrator
  • Administrator
More
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

Please Log in or Create an account to join the conversation.

More
9 years 2 months ago - 9 years 2 months ago #92641 by James Riley
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:
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.

More
9 years 1 month ago #94471 by Camilla
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.

Please Log in or Create an account to join the conversation.

  • Tuan Pham Ngoc
  • Away
  • Administrator
  • Administrator
More
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

Please Log in or Create an account to join the conversation.

Moderators: Tuan Pham Ngoc