My desktop version still looks stellar, but my mobile version has recently started displaying in this way. I know this was in the works for a future update, so it’s probably intentional. Is there a way to set my desktop background as one color and my mobile as another?
Desktop:
Mobile:
إعجاب واحد (1)
Jack51
(Jack)
28 ديسمبر 2020، 6:20ص
2
I don’t have the color issue that you do on your left, but the multiple “hamburgers” isn’t ideal…
I would almost rather have it disabled from the mobile version. Granted, I’m a fan of absolute simplicity on mobile devices where every pixel counts.
3 إعجابات
Agreed. I might just disable it for now. Two hamburgers is looking very strange.
إعجابَين (2)
Johani
(Joe)
30 ديسمبر 2020، 6:30ص
4
This is caused by some custom CSS you have in your theme. You have this in your light theme in the common section.
header.b-header {
background-color: #378899;
}
The common stylesheet applies to both desktop and mobile. Either move that rule to the desktop section or change it to look like this.
.desktop-view header.b-header {
background-color: #378899;
}
7 إعجابات
Ahhh, thank you!! Not all heroes wear capes.
5 إعجابات
system
(system)
تم إغلاقه في
18 يونيو 2024، 11:53م
6
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.