2023-05-20, 02:43 PM
(This post was last modified: 2023-05-20, 02:46 PM by Weatherflower. Edited 2 times in total.)
This is my forums: http://playground.uk.ms/
There is something wrong with the forum logo, it doesn't show up.
I tried stuff like adding margin, padding, etc, but it still the same, min-height and min-width didn't work out either.
This is how the body-css looks like:
Logo settings is in the forum board, I even tried this:
But the logo still does not show up fully. But I get the same experience by that:
Since I've tried everything else now since 1 day ago I need you guys help
Elsewise mybb is a great forum system, and we got to celebrate this since its good technology, everyone should try it out since its good.
There is something wrong with the forum logo, it doesn't show up.
I tried stuff like adding margin, padding, etc, but it still the same, min-height and min-width didn't work out either.
This is how the body-css looks like:
body {
background: url("http://playground.uk.ms/images/bg.jpg");
background-attachment: fixed;
color: #333;
text-align: center;
line-height: 1.4;
margin: 0;
font-family: 'Rubik', sans-serif;
font-family: 'Poppins', sans-serif;
font-size: 13px;
overflow-y: scroll;
}
Logo settings is in the forum board, I even tried this:
But the logo still does not show up fully. But I get the same experience by that:
#content {
background: url("http://playground.uk.ms/images/forum_logo.png") !important;
}
#logo {
background-color: #ccc !important;
background-image: url("http://playground.uk.ms/images/forum_logo.png") !important;
}
Since I've tried everything else now since 1 day ago I need you guys help
Elsewise mybb is a great forum system, and we got to celebrate this since its good technology, everyone should try it out since its good.