- Posts: 43
- Thank you received: 1
Mobile display - User Position
-
nimeshin
Active member - Topic Author
- Member
Less
More
2 years 3 months ago #49502
by nimeshin
Mobile display - User Position was created by nimeshin
Hi
The user positions does not display correctly on mobile view, how can I make it display one below the other. See attached
Thanks
The user positions does not display correctly on mobile view, how can I make it display one below the other. See attached
Thanks
Please Log in to join the conversation.
-
nimeshin
Active member - Topic Author
- Member
Less
More
- Posts: 43
- Thank you received: 1
2 years 3 months ago #49503
by nimeshin
Replied by nimeshin on topic Mobile display - User Position
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6742
- Thank you received: 715
2 years 3 months ago #49505
by milos
Replied by milos on topic Mobile display - User Position
Hello,
Please add this in file /media/templates/site/printshop/css/custom.css
Regards,
Milos
Please add this in file /media/templates/site/printshop/css/custom.css
Code:
@media (max-width: 767px) {
.sparky_container > [class*='sparkle'] {
width: 100% !important;
}
}
Regards,
Milos
Please Log in to join the conversation.
-
nimeshin
Active member - Topic Author
- Member
Less
More
- Posts: 43
- Thank you received: 1
2 years 3 months ago #49508
by nimeshin
Replied by nimeshin on topic Mobile display - User Position
Hi
I have added but its still doesnt display correctly. see attached
I have added but its still doesnt display correctly. see attached
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6742
- Thank you received: 715
2 years 3 months ago #49511
by milos
Replied by milos on topic Mobile display - User Position
Hello,
You did not add it in the correct place and your CSS code is broken now. Delete the change you made. Then add the code I gave you at the end of the file, BELOW then last }
Regards,
Milos
You did not add it in the correct place and your CSS code is broken now. Delete the change you made. Then add the code I gave you at the end of the file, BELOW then last }
Regards,
Milos
Please Log in to join the conversation.
Time to create page: 0.231 seconds