| |

Darkseeker
|
I'd appreciate it, thank you so much! TheCuteHuskyPack said: Night Shade I'll work on it for a bit and see if I can find something to work on mobile
|
|
|
| |

Darkseeker
|
Night Shade said: I'd appreciate it, thank you so much! TheCuteHuskyPack said: Night Shade I'll work on it for a bit and see if I can find something to work on mobile
Code for mobile background is body.nightbody // body.daybody should work on both desktop + mobile ^^
|
|
|
| |

Darkseeker
|
Judgement said: I finally got the header to work, thanks all! Next question: | Is there any way to move my wolf header down an inch so that my image is sitting directly on the navigation bar? |
Yes, you can use padding-top: 0px; in your generic box code .genericbox.tableshadow.primary {padding-top: 0px;} that should get rid of that annoying gap between your navigation bar and header ^^
|
|
|
| |

Darkseeker
|
Thank you it's working now! Eno said: Code for mobile background is body.nightbody // body.daybody should work on both desktop + mobile ^^
Now I'm just looking for the codes for the header on mobile. Edited at March 6, 2025 12:44 PM by Night Shade
|
|
|
| |

Darkseeker
|
Edit: The code does work, I just forgot to enclose the box code last time. For Others: This is the code for adding a header where the wolves are on the top of the navigation bar, it will be placed directly on top with no gap. Hope this helps somebody! /*-------------------------------------------------- Header Image --------------------------------------------------*/ .col-md-7 {content: url(your link here); width: 40%; .genericbox.tableshadow.primary {padding-top: 0px; } Edited at March 7, 2025 11:26 AM by Judgement
|
|
|
| |

Darkseeker
|
I can actually help with that! I added the following code after the width. It works for the desktop version, but I haven't figured out how to transfer to the mobile. display: block; margin: 0 auto; text-align: center; Judgement said: @Eno This didn't work for me (I'm on pc) I tried putting the code inside of the paranthesis box, but no results. Here is the exact code box for the header that I used. /*-------------------------------------------------- Header Image --------------------------------------------------*/ .col-md-7 {content: url(https://i.postimg.cc/7hyqwdKm/IMG-1363.png); width: 40%; .genericbox.tableshadow.primary {padding-top: 0px; }
|
|
|
| |

Darkseeker
|
Okay what am I doing wrong? . div.explorebg { background-color:#161616!important; }
|
|
|
| |

Lightbringer
|
Nothing wrong, just add more option codes. ^^ I use option, options 1-40.
|
|  |
|
| |

Darkseeker
|
I'm going to need a further explanation - Kháos said: Nothing wrong, just add more option codes. ^^ I use option, options 1-40.
|
|
|
| |

Darkseeker
|
anyone know the code to change the color of just pack names in chat? having an issue with them showing up on my darker palettes. **edit: thank you ^^ Edited at March 10, 2025 02:29 PM by distant-lands
|
|
|