kmk Posted July 12, 2022 Share Posted July 12, 2022 Hi, there any theme with good changes of UI for clubs? Link to comment Share on other sites More sharing options...
Davyc Posted July 13, 2022 Share Posted July 13, 2022 You can check out my own alterations to the Clubs feature and if you like it I can send you the changes I made 🙂 https://moviebuffs.org/clubs/ The default theme is dark but click the sun symbol in the menu bar and you can see the light version. kmk and SeNioR- 2 Link to comment Share on other sites More sharing options...
kmk Posted July 19, 2022 Author Share Posted July 19, 2022 Thanks so much @Davyc Not possible remove that extra card space? Link to comment Share on other sites More sharing options...
Davyc Posted July 19, 2022 Share Posted July 19, 2022 @kmk modified CSS below sorts that issue for smaller screens, if larger screens are affected in the same way then adjustments to the CSS code in an @media command will be needed; hope that helps 🙂 /* Extra small devices (phones, 600px and down) */ @media only screen and (max-width: 600px) { .ipsCoverPhoto_photo { top: 0px !important; } .cClubCard .ipsPageHead_special { height: 105px; } } SeNioR- 1 Link to comment Share on other sites More sharing options...
kmk Posted July 19, 2022 Author Share Posted July 19, 2022 6 hours ago, Davyc said: @kmk modified CSS below sorts that issue for smaller screens, if larger screens are affected in the same way then adjustments to the CSS code in an @media command will be needed; hope that helps 🙂 /* Extra small devices (phones, 600px and down) */ @media only screen and (max-width: 600px) { .ipsCoverPhoto_photo { top: 0px !important; } .cClubCard .ipsPageHead_special { height: 105px; } } Thanks, now you can send the changes to apply in template? Link to comment Share on other sites More sharing options...
Recommended Posts