diffrent heights

Hellow,

I have a little problem.
on my website I have different heights by different colums.

first: Producten, there is Bootcamp a lot higher then the rest.
second: by the counter the same
third: by my team the same problem…

What can it be?

Thanks.

Greetings ,

Dennis

www.dennis-sports.nl

hey there

Hope you are having a good day and thank you for your question :slight_smile:
Please add this CSS in appearance - customize - additional CSS Thanks!


/*Fix team different heights*/
#team .widget_illdy_person:nth-child(2), #team .widget_illdy_person:nth-child(3) {
    margin-top: 0px;
}
#services .widget_illdy_service:nth-child(2), #services .widget_illdy_service:nth-child(3) {
    margin-top: 0px;
}

Colorlib Support Team

Thanks a lot.

I had also a problim with the counter but i solved it;)
#counter .widget_illdy_counter:nth-child(2), #counter .widget_illdy_counter:nth-child(3) {
margin-top: 0px;
}

I have another question (sorry)
When i’m going to my login page ( https://www.dennis-sports.nl/login ) you see the login and password on the left side and the rest on the right… how is this posible and how can i fix this? i have looked in the css file but i can’t find it.

thanks a lot

Dennis

on any mobile device you see NO check button on my login page ( https://www.dennis-sports.nl/login )… (the “remember password” check button)

And on mobile phones you see a lot of black how can i fix this ( i think to make something smaller but i don’t no how)
example : http://www.dennis-sports.nl/bootcamp

Sorry for al my questions…

Thank you

Dennis

Hello Dennis,

To fix the issue with the text being on the right please add this code in Appearance > Customize > Additional CSS:


#wpmem_login .form .link-text {
    text-align: left;
    padding: 3px;
}


Regarding the check button, I have checked it on mobile and is there.

And to make the header (black part) smaller on mobile please use this code in Additional CSS:


@media screen and (max-width: 700px) {
body #header .bottom-header.blog {
    padding-top: 10px;
    padding-bottom: 10px;
}
}


Please give these a go and let me know how it goes!

All the best,
Mihaela

THANKS A LOT…

This is perfect!

Everything works fine now…

Greetings,

Dennis

You’re most welcome, Dennis!

Have a beautiful day ahead,
Mihaela