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
4 posters

    Set a height for forum categories

    Rupture
    Rupture
    Forumember


    Male Posts : 328
    Reputation : 6
    Language : English, Español, Deutsch, Catalá
    Location : Earth

    Solved Set a height for forum categories

    Post by Rupture September 15th 2014, 1:24 pm

    Hello,

    I have a problem, some of my categories are higher than others, especially the last forums of each category. Seeimage below:

    Set a height for forum categories SiteForum_zps275a53d4

    Is there a Javascript or templete or CSS I can edit to make them all equal in height? Thanks
    Ange Tuteur
    Ange Tuteur
    Forumaster


    Male Posts : 13207
    Reputation : 3000
    Language : English & 日本語
    Location : Pennsylvania

    Solved Re: Set a height for forum categories

    Post by Ange Tuteur September 15th 2014, 3:57 pm

    Hello,

    Please provide the URL of your forum.

    Thanks.
    Rupture
    Rupture
    Forumember


    Male Posts : 328
    Reputation : 6
    Language : English, Español, Deutsch, Catalá
    Location : Earth

    Solved Re: Set a height for forum categories

    Post by Rupture September 16th 2014, 10:52 am

    TheCrow
    TheCrow
    Manager
    Manager


    Male Posts : 6916
    Reputation : 795
    Language : Greek, English

    Solved Re: Set a height for forum categories

    Post by TheCrow September 16th 2014, 1:13 pm

    Hello,

    Add this to your CSS Stylesheet:
    Go to Admin Panel >> Display >> Pictures & Colors >> Colors >> CSS Stylesheet
    Code:
    ul.topiclist li {
    display: block;
    margin: 0;
    height: 50px!important;
    }
    That should made all the category height the same.

    MrMind



    Set a height for forum categories Thecro10
     Forum of the Forums

    Forumotion Rules | Tips & Tricks |
    FAQ | Did you forget your password?



    *** The Support Forum will never ask you for your email or password, so please do not post them anywhere! ***
    No support via PM!
    Rupture
    Rupture
    Forumember


    Male Posts : 328
    Reputation : 6
    Language : English, Español, Deutsch, Catalá
    Location : Earth

    Solved Re: Set a height for forum categories

    Post by Rupture September 16th 2014, 5:21 pm

    This works but it adds a space between the categories and the forums.
    TheCrow
    TheCrow
    Manager
    Manager


    Male Posts : 6916
    Reputation : 795
    Language : Greek, English

    Solved Re: Set a height for forum categories

    Post by TheCrow September 16th 2014, 7:04 pm

    Search for
    Code:
    ul.topiclist
    in the CSS Stlysheet. If you find it then add to it:
    Code:
    margin-bottom: -23px;
    If you don't find it then simply add in the CSS.
    Code:
    ul.topiclist {
    background-image: url(http://2img.net/i/fa/empty.gif);
    background-repeat: repeat-x;
    color: #adadad;
    list-style-type: none;
    margin-bottom: -23px;
    }



    Set a height for forum categories Thecro10
     Forum of the Forums

    Forumotion Rules | Tips & Tricks |
    FAQ | Did you forget your password?



    *** The Support Forum will never ask you for your email or password, so please do not post them anywhere! ***
    No support via PM!
    Rupture
    Rupture
    Forumember


    Male Posts : 328
    Reputation : 6
    Language : English, Español, Deutsch, Catalá
    Location : Earth

    Solved Re: Set a height for forum categories

    Post by Rupture September 16th 2014, 7:29 pm

    I'll work with it, Thank you MrMind!
    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51498
    Reputation : 3523
    Language : English
    Location : United States

    Solved Re: Set a height for forum categories

    Post by SLGray September 16th 2014, 7:59 pm

    Topic solved and archived



    Set a height for forum categories Slgray10

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

      Current date/time is September 23rd 2024, 12:25 am