Question about web and mobile view...
-
aytacom -
November 22, 2016 at 11:30 PM -
Thread is marked as Resolved.
-
-
Add .message .messageSidebar .userCredits {display: none;} to your style's Advanced Settings CSS field.
-
Add .message .messageSidebar .userCredits {display: none;} to your style's Advanced Settings CSS field.
It's already there. How do I change it? Thank you
CSS
Display More/* ### more eye candy ;-) ### */ @media only screen and (min-width: 801px) { .message .messageSidebar { /* avatar reflection */ .userAvatar > a > img { -webkit-box-reflect: below 1px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(.6, transparent), to(rgba(0, 0, 0, .3))); } } } .message.dividers { .userCredits { border-top: 1px solid darken(@wcfSidebarBackgroundColor, 8%) !important; .boxShadowInset(0, 1px, @wcfContentBackgroundColor, 0); } } .footerContent { .textShadow(@wcfPageBackgroundColor); } /* attachments */ .attachmentThumbnail { .boxShadow(0, 1px, rgba(0, 0, 0, 0.2), 1px); .transition(box-shadow, .1s); &:hover { .boxShadow(0, 0, @wcfButtonHoverBorderColor, 20px); } }
-
-
I made myself wrong. This is the opposite. I also want to see the details on mobile phones. Can you help me?
-
I made myself wrong. This is the opposite. I also want to see the details on mobile phones. Can you help me?
I wouldn't know how to do that, sorry.
-
The problem is that there is not much space to display these information. How should it look like? Exactly the same as in the desktop view?
-
The problem is that there is not much space to display these information. How should it look like? Exactly the same as in the desktop view?
Yes, I want features in the desktop view.
-
This would result in a very large area at the top if the message or, if you want to align the sidebar at the side of the message, a hardly readable message with too many too short text lines.
None of them would be useful for the user and I think that there is no necessary information in the statistics, which is more important than the message itself.
-
This would result in a very large area at the top if the message or, if you want to align the sidebar at the side of the message, a hardly readable message with too many too short text lines.
None of them would be useful for the user and I think that there is no necessary information in the statistics, which is more important than the message itself.
Is this important to my website? How can I show an additional private user header?
Participate now!
Don’t have an account yet? Register yourself now and be a part of our community!