- Posts: 3
- Thank you received: 0
Module postions in same row displaying horizontally in mobile layout
-
christian6
Inactive member - Topic Author
- New Member
Less
More
2 years 3 months ago #49544
by christian6
I recently bought the Theatre template and am currently applying it to a dev version of an existing site. Although I have taken on some of the Demo site's look, I have added new rows and module positions.
The problem I have is that the module positions in the same rows won't order vertically in mobile layout. However, in the demo site they do. An specific example is the bottom menu row (bottomrow). On the demo site the row is split into two module positions and three menu positions. On my site the same row is split into three module positions only and display horizontally in mobile. I have the row settings exactly the same.
Other new rows that copy the contentrow settings also display modules horizontally in mobile layout.
The dev site is here .
The problem I have is that the module positions in the same rows won't order vertically in mobile layout. However, in the demo site they do. An specific example is the bottom menu row (bottomrow). On the demo site the row is split into two module positions and three menu positions. On my site the same row is split into three module positions only and display horizontally in mobile. I have the row settings exactly the same.
Other new rows that copy the contentrow settings also display modules horizontally in mobile layout.
The dev site is here .
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6742
- Thank you received: 715
2 years 3 months ago - 2 years 3 months ago #49545
by milos
Replied by milos on topic Module postions in same row displaying horizontally in mobile layout
Hello,
Please edit this file /media/templates/site/theatre/css/custom.css and below this line:
add this:
Regards,
Milos
Please edit this file /media/templates/site/theatre/css/custom.css and below this line:
Code:
@media (max-width: 767px) {
add this:
Code:
.sparky_container {
width: 100%;
}
.sparky_container > [class*='sparkle'] {
width: 100% !important;
}
.two [class*='sparkle'] {
width: 50% !important;
}
.full .sparky_container {
width:100%;
}
.full .sparky_container > .sparky_cell {
margin: 0;
padding: 0;
}
Regards,
Milos
Last edit: 2 years 3 months ago by milos.
The following user(s) said Thank You: christian6
Please Log in to join the conversation.
-
christian6
Inactive member - Topic Author
- New Member
Less
More
- Posts: 3
- Thank you received: 0
2 years 3 months ago #49546
by christian6
Replied by christian6 on topic Module postions in same row displaying horizontally in mobile layout
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6742
- Thank you received: 715
2 years 3 months ago #49547
by milos
Replied by milos on topic Module postions in same row displaying horizontally in mobile layout
It should be working, but you probably didn't clear the browser cache and the old custom.css file is loaded.
I checked your website now and the errors are fixed because you edited the custom.css file, not because you copied files.
Regards,
Milos
I checked your website now and the errors are fixed because you edited the custom.css file, not because you copied files.
Regards,
Milos
The following user(s) said Thank You: christian6
Please Log in to join the conversation.
-
christian6
Inactive member - Topic Author
- New Member
Less
More
- Posts: 3
- Thank you received: 0
2 years 3 months ago #49548
by christian6
Replied by christian6 on topic Module postions in same row displaying horizontally in mobile layout
Please Log in to join the conversation.
Time to create page: 0.230 seconds