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.

Set a height for forum categories

4 posters

Go down

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
Rupture
Rupture
Forumember

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

http://raptorgaming.forumotion.com

Back to top Go down

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.
Ange Tuteur
Ange Tuteur
Forumaster

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

https://fmdesign.forumotion.com

Back to top Go down

Solved Re: Set a height for forum categories

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

Rupture
Rupture
Forumember

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

http://raptorgaming.forumotion.com

Back to top Go down

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
TheCrow
TheCrow
Manager
Manager

Male Posts : 6897
Reputation : 794
Language : Greek, English

https://forumote.forumotion.com

Back to top Go down

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.
Rupture
Rupture
Forumember

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

http://raptorgaming.forumotion.com

Back to top Go down

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;
}
TheCrow
TheCrow
Manager
Manager

Male Posts : 6897
Reputation : 794
Language : Greek, English

https://forumote.forumotion.com

Back to top Go down

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!
Rupture
Rupture
Forumember

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

http://raptorgaming.forumotion.com

Back to top Go down

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.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51463
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

Back to top


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