- Posts: 75
- Thank you received: 0
Mobile view between carouselrow and custom row
-
underground1
Inactive member -
Topic Author
- Member
-
Less
More
8 years 11 months ago #46428
by underground1
Mobile view between carouselrow and custom row was created 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
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.
-
milos
Support Staff -
- Moderator
-
Less
More
- Posts: 6793
- Thank you received: 722
8 years 11 months ago #46430
by milos
Replied by milos on topic Mobile view between carouselrow and custom row
Using media queries, you can set height for small screens like this:
Add this code at the bottom of template_css.css file.
Regards,
Milos
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.
-
underground1
Inactive member -
Topic Author
- Member
-
Less
More
- Posts: 75
- Thank you received: 0
8 years 11 months ago #46434
by underground1
Replied by underground1 on topic Mobile view between carouselrow and custom row
Thanks it is working now!
Regards!
Regards!
Please Log in to join the conversation.
Time to create page: 0.159 seconds