Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt November 11, 2024
Davyc Posted July 13, 2022 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. SeNioR- and kmk 2
kmk Posted July 19, 2022 Author Posted July 19, 2022 Thanks so much @Davyc Not possible remove that extra card space?
Davyc Posted July 19, 2022 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
kmk Posted July 19, 2022 Author 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?
Recommended Posts