This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm that you accept these cookies being set.

Widget in center
#1
Hi All,
Is there a way to center the mosaic widget in small screen. 
Best regards Cristian

Attached Files Thumbnail(s)
   
Reply
#2
Make sure that Mosaic is updated to the latest version. Add this Custom CSS to Mosaic / Settings & themes. This rule only applies to the Main screen.
Code:
@media (max-width: 640px) {
  .route_main .w-constrain {
    width: 330px !important;
  }
}
Adjust widths as needed. 640px is the maximum screen width when the rule is applied. 330px is the resulting widget container width (3 widget units).
Reply


Forum Jump: