Okay
  Public Ticket #3517656
app/course directory
Closed

Comments

  •  12
    MeesterGijs started the conversation

    Hi,

    We have added some minor changes last couple of weeks. I now noticed how (when on mobile phone) the course buttons at the course directory are not aligned to the center. See this image: https://imgur.com/a/AcnPPAQ

    Can you see what code has interfered? You have admin, right? Please, don't delete code. Just tell me which code is the cause of this.

    Thanks!

    Gijs

  • [deleted] replied

    Please try adding this custom css in your wp-admin-> appearance-> customize -> custom css : 

    @media(max-width:500px){
        body #vibebp_member #course_component .course_blocks .course_block .course_meta_data .button{
            width:100% !important;
        }
    }


  •  12
    MeesterGijs replied

    Fixed! Thanks, Alex