Jump to content

Featured Replies

Posted

Hi, there any theme with good changes of UI for clubs? 

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.

Could contain: Metropolis, Building, Urban, City, Town

  • Author

Thanks so much @Davyc

Not possible remove that extra card space? 

Could contain: Person, Human, Phone, Electronics, Mobile Phone, Cell Phone, Text

@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;
}
}

 

  • 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? 

Recently Browsing 0

  • No registered users viewing this page.