Jump to content

Theme with clubs UI improved


Recommended Posts

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

 

Link to comment
Share on other sites

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

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...