Okay
  Public Ticket #3592486
mobile - dashboard widget
Closed

Comments

  •  12
    MeesterGijs started the conversation

    Hi Alex,

    1. On my mobile phone, the dashboard widget touch eachother. How can I get some spacing in between? Just for mobile devices...

    2. Also, can we move the first widget down a bit? Look, it's touching the avatar.

    3. Next. I don't like how this is look on my phone. Can we change the dropdown menu from student page? https://imgur.com/a/cDYHBKR

    4. Finally, can we make all these dropdown menu items the same color: #3f3f3f?

    Thanks!

    Gijs

  • [deleted] replied

    1,2 . Please try adding this custom css in your wp-admin-> appearance-> customize -> custom css : 

    @media(max-width:500px){
        .vibebp_myprofile .dashboard .dashboard_widget_wrapper{
        margin-top:2rem;
    }
    }

    3 . im sorry not possible right now . we can hide it using css .

    4 . 

    div.vibebp_myprofile select,.vibebp_myprofile .mycourses_header>div>select,.wplms_manage_courses_wrapper .wplms_courses_header>div select{
        color:#3f3f3f !important;
    }
    
  •  12
    MeesterGijs replied

    All that worked! 

    3. Nevermind..

    three out of four. Great score!! :)

    ~closing~