• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!
  • 2026 staff recruitment is open! Check it out and consider applying!

Problem with Gesior's background

Sleet

Member
Joined
Sep 3, 2016
Messages
109
Solutions
2
Reaction score
9
I am using the Gesior by Mudroock version and I encountered an error while trying to change the background.

There is a kind of black stripe on the left side of it, and I can't fix it.

The image and the basic.css files are attached to this post.
 

Attachments

Solution
I am using the Gesior by Mudroock version and I encountered an error while trying to change the background.

There is a kind of black stripe on the left side of it, and I can't fix it.

The image and the basic.css files are attached to this post.

It's most likely something with padding or margin on the left side. I'm don't know web development enough to identify where your problem is but I would just use find in your editor and search for and test any margin-left or padding-left. Also keep in mind that if it's just margin: 0 0; then the first number dictates top and bottom, second dictates right and left and with margin: 0 0 0 0; goes top, right, bottom, left. Good luck.
I am using the Gesior by Mudroock version and I encountered an error while trying to change the background.

There is a kind of black stripe on the left side of it, and I can't fix it.

The image and the basic.css files are attached to this post.

It's most likely something with padding or margin on the left side. I'm don't know web development enough to identify where your problem is but I would just use find in your editor and search for and test any margin-left or padding-left. Also keep in mind that if it's just margin: 0 0; then the first number dictates top and bottom, second dictates right and left and with margin: 0 0 0 0; goes top, right, bottom, left. Good luck.
 
Solution
Back
Top