The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Inbox Problems

3 posters

Go down

Inbox Problems Empty Inbox Problems

Post by XenoFalcon March 30th 2015, 12:11 am

avatar
XenoFalcon
Forumember

Posts : 134
Reputation : 4
Language : English

http://nexusgamingacademy.omgforum.net

Back to top Go down

Inbox Problems Empty Re: Inbox Problems

Post by brandon_g March 30th 2015, 12:41 am

Hello,

This looks like a CSS issue. May you post any CSS you have on your forum here for us please.

-Brandon


Inbox Problems Brando10
Remember to mark your topic Inbox Problems Solved15 when a solution is found.
General Rules | Tips & Tricks | FAQ | Forgot Founder Password?

Inbox Problems Scre1476
Team Leader
Review Section Rules | Request A Review | Sticker Points
brandon_g
brandon_g
Manager
Manager

Male Posts : 10106
Reputation : 923
Language : English
Location : USA

https://www.broadcastingduo.com

Back to top Go down

Inbox Problems Empty Re: Inbox Problems

Post by XenoFalcon March 30th 2015, 12:56 am

brandon can't you just inspect element?
avatar
XenoFalcon
Forumember

Posts : 134
Reputation : 4
Language : English

http://nexusgamingacademy.omgforum.net

Back to top Go down

Inbox Problems Empty Re: Inbox Problems

Post by EndlessDream March 30th 2015, 2:00 am

Hi,

Try adding this to your css (AP -> Display-> Colors-> CSS Stylesheet):

Code:
.pun tbody.statused td.tcl {
padding-top: 2em; }
EndlessDream
EndlessDream
Forumember

Male Posts : 107
Reputation : 22
Language : English, Spanish, Serbian

Back to top Go down

Inbox Problems Empty Re: Inbox Problems

Post by brandon_g March 30th 2015, 2:30 am

XenoFalcon wrote:brandon can't you just inspect element?

Not from my tablet. It doesnt have developer tools on it :|.
brandon_g
brandon_g
Manager
Manager

Male Posts : 10106
Reputation : 923
Language : English
Location : USA

https://www.broadcastingduo.com

Back to top Go down

Inbox Problems Empty Re: Inbox Problems

Post by XenoFalcon March 30th 2015, 2:37 am

Endless sadly it didn't work ):
avatar
XenoFalcon
Forumember

Posts : 134
Reputation : 4
Language : English

http://nexusgamingacademy.omgforum.net

Back to top Go down

Inbox Problems Empty Re: Inbox Problems

Post by EndlessDream March 30th 2015, 3:15 am

Find this in your css:

Code:
ul.topiclist dd.dterm, ul.topiclist dt {
font-size: 1.1em;
}

And just add this: padding-top: 1em;

So it'll look like this:

Code:
ul.topiclist dd.dterm, ul.topiclist dt {
font-size: 1.1em; 
padding-top: 1em;
}
EndlessDream
EndlessDream
Forumember

Male Posts : 107
Reputation : 22
Language : English, Spanish, Serbian

Back to top Go down

Inbox Problems Empty Re: Inbox Problems

Post by XenoFalcon March 30th 2015, 4:05 am

Can't find that.. i only see  
ul.topiclist, .pmlist {
z-index: 999 !important;
position: relative !important;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;}
avatar
XenoFalcon
Forumember

Posts : 134
Reputation : 4
Language : English

http://nexusgamingacademy.omgforum.net

Back to top Go down

Inbox Problems Empty Re: Inbox Problems

Post by EndlessDream March 30th 2015, 4:34 am

XenoFalcon wrote:Can't find that.. i only see  
ul.topiclist, .pmlist {
z-index: 999 !important;
position: relative !important;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;}

Ok, try adding: padding-top: 1em; to that and if that doesn't work, add all this on bottom of your css:

Code:
ul.topiclist dd.dterm, ul.topiclist dt {
font-size: 1.1em;
padding-top: 1em;
}
EndlessDream
EndlessDream
Forumember

Male Posts : 107
Reputation : 22
Language : English, Spanish, Serbian

Back to top Go down

Inbox Problems Empty Re: Inbox Problems

Post by XenoFalcon March 30th 2015, 7:17 pm

what about fixing the white border?
avatar
XenoFalcon
Forumember

Posts : 134
Reputation : 4
Language : English

http://nexusgamingacademy.omgforum.net

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum