Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
July 13, 20222 yr 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.
July 19, 20222 yr @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; } }
July 19, 20222 yr Author 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?