Topic image cells Hitskin_logo Hitskin.com

This is a Hitskin.com skin preview
Install the skinReturn to the skin page

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.
2 posters

    Topic image cells

    avatar
    Kyoroichi
    New Member


    Posts : 4
    Reputation : 1
    Language : English

    In progress Topic image cells

    Post by Kyoroichi December 5th 2015, 4:36 am

    This is my forum: http://crowsamvteam.forumotion.com/
    version: phpbb3

    So my category cells are fine as seen in the screenshot: http://prntscr.com/9aeq2m
    but my topic cells are wrong plus the text is overlapping as seen in the screenshot: http://prntscr.com/9ahxzh

    I already tried increasing the size in page structure it didn't help.

    Need this to be solved asap.
    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51555
    Reputation : 3524
    Language : English
    Location : United States

    In progress Re: Topic image cells

    Post by SLGray December 5th 2015, 5:13 am

    Have you fixed it, because I do not see any text overlapping on the topics?



    Topic image cells Slgray10

    When your topic has been solved, ensure you mark the topic solved.
    Never post your email in public.
    avatar
    Kyoroichi
    New Member


    Posts : 4
    Reputation : 1
    Language : English

    In progress Re: Topic image cells

    Post by Kyoroichi December 5th 2015, 11:17 am

    look at the screenshots,
    It doesn't look like that anymore because I made the images really small but I was trying to avoid that.
    avatar
    Guest
    Guest


    In progress Re: Topic image cells

    Post by Guest December 5th 2015, 3:05 pm

    Maybe this will help you out, it did help in my topic lists.
    As you can set the icon space for the categories in the Admin Panel but this does not affect the Topic Lists.

    I used this:

    Code:
    /* Add more space for icons */
    ul.topics dd.dterm, ul.topics dt {
    padding-left: 60px;
    }

    /* Re-align text Replies-Views-Last post */
    ul.topics li.header dl.icon dt {
      padding-right : 70px;
    }

    Hope it helps, just play around with the padding a bit.