3 posters
Inbox Problems
brandon_g- Manager
- Posts : 10113
Reputation : 923
Language : English
Location : USA
- Post n°2
Re: Inbox Problems
Hello,
This looks like a CSS issue. May you post any CSS you have on your forum here for us please.
-Brandon
This looks like a CSS issue. May you post any CSS you have on your forum here for us please.
-Brandon
Remember to mark your topic when a solution is found.
General Rules | Tips & Tricks | FAQ | Forgot Founder Password?
Team Leader
Review Section Rules | Request A Review | Sticker Points
XenoFalcon- Forumember
- Posts : 134
Reputation : 4
Language : English
- Post n°3
Re: Inbox Problems
brandon can't you just inspect element?
EndlessDream- Forumember
- Posts : 107
Reputation : 22
Language : English, Spanish, Serbian
- Post n°4
Re: Inbox Problems
Hi,
Try adding this to your css (AP -> Display-> Colors-> CSS Stylesheet):
Try adding this to your css (AP -> Display-> Colors-> CSS Stylesheet):
- Code:
.pun tbody.statused td.tcl {
padding-top: 2em; }
brandon_g- Manager
- Posts : 10113
Reputation : 923
Language : English
Location : USA
- Post n°5
Re: Inbox Problems
XenoFalcon wrote:brandon can't you just inspect element?
Not from my tablet. It doesnt have developer tools on it :|.
XenoFalcon- Forumember
- Posts : 134
Reputation : 4
Language : English
- Post n°6
Re: Inbox Problems
Endless sadly it didn't work ):
EndlessDream- Forumember
- Posts : 107
Reputation : 22
Language : English, Spanish, Serbian
- Post n°7
Re: Inbox Problems
Find this in your css:
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;
}
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;
}
XenoFalcon- Forumember
- Posts : 134
Reputation : 4
Language : English
- Post n°8
Re: Inbox Problems
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;}
ul.topiclist, .pmlist {
z-index: 999 !important;
position: relative !important;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;}
EndlessDream- Forumember
- Posts : 107
Reputation : 22
Language : English, Spanish, Serbian
- Post n°9
Re: Inbox Problems
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;
}
XenoFalcon- Forumember
- Posts : 134
Reputation : 4
Language : English
- Post n°10
Re: Inbox Problems
what about fixing the white border?