MyBB Community Forums

Full Version: I have this problem with my website how can I fix it?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I have this problem with my website how can I fix it?
The size is wrong.

[Image: Caspture.png]
This problem is only for subforums and forumdisplay.php?fid=   (Number if section)

URL: http://encryptedhacks.com     ( IK the name has hacks on it but its dev and codding forum)
You need to contact the author of the theme and get them to fix what it messed up. It looks to be an older theme. You can do this below for a temp fix. But the rows are messed up and not far enough over. So the theme needs to be updated to 1.8 for it to be right.

Find this in your global css style sheet.

.lastpost-box,
.lastpost-box-alt,
.stats-box {
   background: #101010;
   padding: 8px 10px;
   height: 35px;

adjust the padding and add a width should be good. You may want to add alittle more height.

Just looked at your site and see you fixed it but alot of padding going on 50px padding

I would try
padding: 8px 10px;
height; 40px;
width: auto;
max-width; 50px;
min-width:30px;
When I change that it messes up other sections too (I only want to fix the subforums) other sections are fine.
ya I see the problem but is that theme for 1.6 by chance?
(2015-12-05, 06:25 AM)Deathstarr Wrote: [ -> ]ya I see the problem but is that theme for 1.6 by chance?

I don't think so.
My friend got it for me from here http://community.mybb.com/thread-172580.html
Hmm,

First I would try to re-import it to see if something didnt import right and if that does not work contact the author of the theme.
Also I did what u said this happened.

http://s28.postimg.org/uby5wev4t/Captddure.png

I have re imported 4 times everything uploads.
You will have to send an email to the author to get it fixed. In the topic they have an email address listed.
they answer back very slowly :/ I done it before.

If i give u an admin acc can you fix it?

(2015-12-05, 06:46 AM)Deathstarr Wrote: [ -> ]You will have to send an email to the author to get it fixed. In the topic they have an email address listed.

?
Im not sure really what the change to fix or I would tell you already. If someone stops in that has more knowledge of coding they can help