dualznz

Registered
hi all i have the Flat Awsome + theme, and everything was all working well till the latest xenforo update 1.5.9
i have the addon Calendar by AndyB and for some reason the avatars are getting squashed, i have tried it on xenforos base theme and it works fine, seems to do it when i set the Flat Awsome + theme, as i was saying eveything was working fine till today.

website: https://globexhub.com/forum/index.php

issue screenshot
00c3820a3d514125a3e30dfae3e8a162.png


any thoughts

cheers
 
This code is causing the issue:

Code:
.calendarevents_thread_title {
  padding: 0px 0px 0px 5px;
  width: 100%;
}

Removing the 100% appears to correct it. You can do a partial search for that by looking for just: calendarevents_thread_title and removing the width: 100%.
 

Pre-Sale Questions

If you have any questions or concerns you want to ask before you make a purchase don't hesitate to use one of our multiple support channels for your convenience.

Back