Mobile view between carouselrow and custom row

More
9 years 10 months ago #46428 by underground1
Hi,

I have a problem at this domain: kreatikgroup.si/nalepke/ .
As you see in the attachment the space between carouselrow and some custom row with two pictures in one custom html module, is too big
(too much blank space). This problem occurs on mobile view. I cannot find css line to repair this.

Pls help.

Thanks. Regards


Please Log in to join the conversation.

More
9 years 10 months ago #46430 by milos
Using media queries, you can set height for small screens like this:
Code:
@media (max-width: 767px) { .cell.mp_header1 { height:150px; } }

Add this code at the bottom of template_css.css file.

Regards,
Milos

Please Log in to join the conversation.

More
9 years 10 months ago #46434 by underground1
Thanks it is working now!

Regards!

Please Log in to join the conversation.

Time to create page: 0.315 seconds
Powered by Kunena Forum