- Posts: 44
- Thank you received: 0
SPA vertical padding between template bands
1 month 2 weeks ago #52094
by kent8
SPA vertical padding between template bands was created by kent8
I
Please Log in to join the conversation.
1 month 2 weeks ago #52095
by kent8
Replied by kent8 on topic SPA vertical padding between template bands
SORRY forgot to give you the Site URL
nj5x.moody-vobis.com
Thanks !
Kent
nj5x.moody-vobis.com
Thanks !
Kent
Please Log in to join the conversation.
1 month 2 weeks ago #52096
by milos
Replied by milos on topic SPA vertical padding between template bands
Hello,
The carousel height is defined by the slide that has the highest amount of text. So, there are gaps on some slides that can't be reduced.
You can try adding this to the file /media/templates/site/spa/css/custom.css in order to avoid vertical spacers on mobile devices.
After that, you must clean the mobile device's browser cache in order to see the changes.
Regards,
Milos
The carousel height is defined by the slide that has the highest amount of text. So, there are gaps on some slides that can't be reduced.
You can try adding this to the file /media/templates/site/spa/css/custom.css in order to avoid vertical spacers on mobile devices.
Code:
@media (max-width: 767px) {
.sparky_spacer {
display: none;
}
}
After that, you must clean the mobile device's browser cache in order to see the changes.
Regards,
Milos
Please Log in to join the conversation.
Time to create page: 0.205 seconds