Nice. Very good tips Mark 😁
[NODEBB] CSS Style Sheets SelectBox
-
@DownPW another way…
Remove
#switcher{ position: absolute; right: 33%; }
Add
.navbar-default { height: 50px; }
This way, it’s aesthetic…I just set the changes. Let me know what you think.
-
It’s better.
I have just to set space between icon
For the red, i have disable CSS on line number 415, it’s not that
-
@downpw said in [NODEBB] CSS Style Sheets SelectBox:
For the red, i have disable CSS on line number 415, it’s not that
Odd. This will stop it
#switcher .btn-link:hover { background: none !important; }
-
Yeah It’s good
-
@downpw Great. I think we’re done, yes ?
-
Hmm I search to reducs space between Icon search bar and notification icon
-
@downpw Can you provide a screenshot to explain what you are looking for ?
-
off course @phenomlab
I search to reducs space between Icon search bar and notification icon -
@downpw Try
#switcher { margin-right: -15px; margin-left: -15px; }
-
@phenomlab said in [NODEBB] CSS Style Sheets SelectBox:
#switcher {
margin-right: -15px;
margin-left: -15px;
}Yes very Good !!!
Like this The button is well : Thanks -
Right. I moved the custom HTML to a HTML based global widget, and that works Give it a try
Also, not sure why you are using the
html
class for the background images. You should usebody
. I just tried it, and it works fine -
@DownPW some additional advice. The images you are calling remotely should be hosted on your own server. This will prevent unnecessary remote calls, and will also load faster. I’m seeing delay times of up to a second before the wallpaper appears
-
Ok if I understood, I can’t use custom ACP Header for HTML code. I must use an HTML widgets.
For background, I use the code on NodeBB forum but if you have a code working great on desktop and mobile. II want it a lot
-
@downpw If you move the background CSS you are using out of the
html
element and into thebody
for each stylesheet, it’ll work.Not sure why the custom HTML works fine in a widget, but… well - it works !
-
For Wallpaper, i will test your solution. That solutino work on mobile ?
-
@downpw Yes, it does.
-
like this ? @phenomlab
/* Smartphone */ @media (min-width: 320px) { body { background: url(https://i.imgur.com/XXXX.png) no-repeat center center fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; } } /* Desktop */ @media (min-width: 1281px) { body { background: url(https://i.imgur.com/XXXX.png) no-repeat center center fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; } }
-
@downpw Yep. That should work.
-
Whoops, I have test and not work on mobile
Just fix this and it’s perfect for me -
@downpw So it’s working now ?
Did this solution help you?
Related Topics
-
-
-
Post Style View
Solved Customisation -
Quote design CSS
Solved Customisation -
Fontawesome 5
Unsolved Customisation -
-
Customising NodeBB
Locked Customisation -