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.
The forum of the forums
3 posters

    Inbox Problems

    avatar
    XenoFalcon
    Forumember


    Posts : 134
    Reputation : 4
    Language : English

    Inbox Problems Empty Inbox Problems

    Post by XenoFalcon Sun 29 Mar - 22:11

    brandon_g
    brandon_g
    Manager
    Manager


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

    Inbox Problems Empty Re: Inbox Problems

    Post by brandon_g Sun 29 Mar - 22:41

    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
    avatar
    XenoFalcon
    Forumember


    Posts : 134
    Reputation : 4
    Language : English

    Inbox Problems Empty Re: Inbox Problems

    Post by XenoFalcon Sun 29 Mar - 22:56

    brandon can't you just inspect element?
    EndlessDream
    EndlessDream
    Forumember


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

    Inbox Problems Empty Re: Inbox Problems

    Post by EndlessDream Mon 30 Mar - 0:00

    Hi,

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

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


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

    Inbox Problems Empty Re: Inbox Problems

    Post by brandon_g Mon 30 Mar - 0:30

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

    Not from my tablet. It doesnt have developer tools on it :|.
    avatar
    XenoFalcon
    Forumember


    Posts : 134
    Reputation : 4
    Language : English

    Inbox Problems Empty Re: Inbox Problems

    Post by XenoFalcon Mon 30 Mar - 0:37

    Endless sadly it didn't work ):
    EndlessDream
    EndlessDream
    Forumember


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

    Inbox Problems Empty Re: Inbox Problems

    Post by EndlessDream Mon 30 Mar - 1:15

    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;
    }
    avatar
    XenoFalcon
    Forumember


    Posts : 134
    Reputation : 4
    Language : English

    Inbox Problems Empty Re: Inbox Problems

    Post by XenoFalcon Mon 30 Mar - 2:05

    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;}
    EndlessDream
    EndlessDream
    Forumember


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

    Inbox Problems Empty Re: Inbox Problems

    Post by EndlessDream Mon 30 Mar - 2:34

    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;
    }
    avatar
    XenoFalcon
    Forumember


    Posts : 134
    Reputation : 4
    Language : English

    Inbox Problems Empty Re: Inbox Problems

    Post by XenoFalcon Mon 30 Mar - 17:17

    what about fixing the white border?

      Current date/time is Wed 13 Nov - 17:23