Mobile view between carouselrow and custom row

More
8 years 11 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


Attachments:

Please Log in to join the conversation.

  • milos
    Support Staff
  • Moderator
  • Moderator
More
8 years 11 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
8 years 11 months ago #46434 by underground1
Thanks it is working now!

Regards!

Please Log in to join the conversation.

Time to create page: 0.159 seconds
Powered by Kunena Forum