Welcome, Guest
Username: Password: Remember me

TOPIC: Header Size

Header Size 9 years 7 months ago #1253

  • Fred
  • Fred's Avatar
  • OFFLINE
  • Senior Member
  • Posts: 62
  • Karma: 0
Just one more question. This is not very responsive. The FB title overlaps on mobile.
Any ideas?
The administrator has disabled public write access.

Header Size 9 years 7 months ago #1256

  • Super User
  • Super User's Avatar
  • OFFLINE
  • Administrator
  • Posts: 3519
  • Thank you received: 278
  • Karma: 65
Hello
Can you enable module in layout mobile? So we can check it. Facebook Like box using iframe from developers facebook. So we can not config css for it, If is problem we can help you only hidden Like box in layout mobile
Best regards
Bach Pham
The administrator has disabled public write access.

Header Size 9 years 7 months ago #1257

  • Fred
  • Fred's Avatar
  • OFFLINE
  • Senior Member
  • Posts: 62
  • Karma: 0
Done.
The administrator has disabled public write access.

Header Size 9 years 7 months ago #1259

  • Super User
  • Super User's Avatar
  • OFFLINE
  • Administrator
  • Posts: 3519
  • Thank you received: 278
  • Karma: 65
Hello
We have 2 solution for this and you can using it
- Hide text outside the box
Find and open file modules/mod_jo_facebookevents/assets/jo-facebookevents.css go to line 5 and changed
.jofbevents-wrap {
padding: 5px;
}
To (add overflow: hidden;)
.jofbevents-wrap {
overflow: hidden;
padding: 5px;
}

- Hide Facebook Like box in mobile layout
Find and open file modules/mod_jo_facebookevents/assets/jo-facebookevents.css and add code css below
@media screen and (max-width:500px){
.jofbevents-top{
display: none;
}
}
Best regards
Bach Pham
The administrator has disabled public write access.

Header Size 9 years 7 months ago #1265

  • Fred
  • Fred's Avatar
  • OFFLINE
  • Senior Member
  • Posts: 62
  • Karma: 0
Thank you I tried:
.jofbevents-wrap{
overflow: hidden;
padding: 5px 5px;
}

No change
The administrator has disabled public write access.

Header Size 9 years 7 months ago #1266

  • Super User
  • Super User's Avatar
  • OFFLINE
  • Administrator
  • Posts: 3519
  • Thank you received: 278
  • Karma: 65
Hello
We have checked code css in your site and not see code you added. Please check it again www.fredsfunkyfood.ch/Test/modules/mod_j...o-facebookevents.css
Best regards
Bach Pham
The administrator has disabled public write access.
Time to create page: 0.055 seconds