- Posts: 5
- Thank you received: 0
Some module rows doesn´t behave responsive
-
info8684
Inactive member - Topic Author
- New Member
Less
More
2 years 5 months ago #49280
by info8684
Some module rows doesn´t behave responsive was created by info8684
Hi,
in my HotTransport Installation (hotstart) some modules do not behave responsive when it comes to smaller displays - they stay in one row.
The problem is in logorow, reasonsrow and bottomrow section only. The modules should be displayed one above the other on smaller screens but they stay side by side.
Can you please help and provide a solution for this? (If needed I can send you the link in a PN).
Greets
Flo
in my HotTransport Installation (hotstart) some modules do not behave responsive when it comes to smaller displays - they stay in one row.
The problem is in logorow, reasonsrow and bottomrow section only. The modules should be displayed one above the other on smaller screens but they stay side by side.
Can you please help and provide a solution for this? (If needed I can send you the link in a PN).
Greets
Flo
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6743
- Thank you received: 716
2 years 5 months ago #49281
by milos
Replied by milos on topic Some module rows doesn´t behave responsive
Hello,
In the template options, under the Layout, check the Row Options for these rows and make sure that the “No Collapse in Small Screens” option is disabled.
Thanks,
Milos
In the template options, under the Layout, check the Row Options for these rows and make sure that the “No Collapse in Small Screens” option is disabled.
Thanks,
Milos
Please Log in to join the conversation.
-
info8684
Inactive member - Topic Author
- New Member
Less
More
- Posts: 5
- Thank you received: 0
2 years 5 months ago #49282
by info8684
Replied by info8684 on topic Some module rows doesn´t behave responsive
Thanks Milos,
this was my first thought too, but the options are all disabled - I´ve already checked this and once again now.
Any further ideas ?
this was my first thought too, but the options are all disabled - I´ve already checked this and once again now.
Any further ideas ?
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6743
- Thank you received: 716
2 years 5 months ago #49283
by milos
Replied by milos on topic Some module rows doesn´t behave responsive
Please provide the link to your website and I will check this.
Thanks
Thanks
Please Log in to join the conversation.
-
info8684
Inactive member - Topic Author
- New Member
Less
More
- Posts: 5
- Thank you received: 0
2 years 5 months ago #49284
by info8684
Replied by info8684 on topic Some module rows doesn´t behave responsive
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6743
- Thank you received: 716
2 years 5 months ago #49286
by milos
Replied by milos on topic Some module rows doesn´t behave responsive
Hello,
It's not like that on our demo. Perhaps you did some customizations to the template files. Please add this in your custom CSS code (in file custom.css) or in the template options - Custom tab):
Thanks,
Milos
It's not like that on our demo. Perhaps you did some customizations to the template files. Please add this in your custom CSS code (in file custom.css) or in the template options - Custom tab):
Code:
@media (max-width: 767px) {
.sparky_container > [class*='sparkle'] {
width: 100% !important;
}
}
Thanks,
Milos
The following user(s) said Thank You: info8684
Please Log in to join the conversation.
Time to create page: 0.103 seconds