Please help category and box
3 posters
Page 1 of 1
Please help category and box
1. How do I make space between categories?
2. How do I create a box there?
Thanks!
Re: Please help category and box
- Do you want to make the border thicker?
- Code:
.main-content .statused td {
border-top-width: 5px !important;
}
- The best solution would be when you place a div around the elements inside your template 'index_box '. Else you can mess with css but then there is a big chance it will look weird with an other screensize.
10spetter10- Forumember
- Posts : 195
Reputation : 82
Language : Dutch
Re: Please help category and box
10spetter10 wrote:
- Do you want to make the border thicker?
- Code:
.main-content .statused td {
border-top-width: 5px !important;
}- The best solution would be when you place a div around the elements inside your template 'index_box '. Else you can mess with css but then there is a big chance it will look weird with an other screensize.
1. Actually, I want to remove that border, but if you would give me the code that change the border's color to white (if that's possible) it would make it.
2. I don't really understand what are you saying, but here is an example http://help.forumgratuit.ro/forum (that's the romanian Forumotion's version). Here if you go to navbar to Home (Acasa) and look at the last posts (Ultimele mesaje) you will see about what box am I talking about.
Re: Please help category and box
- If you want it white you can use this code:
- Code:
.main-content .statused td {
border-top-color: #ffffff !important;
}
But if you want it gone you can change the width to 0. - That romanian support forum is phpBB3, there you can make without template editing. For a punBB forum you will need to edit the 'index_box ' template.
10spetter10- Forumember
- Posts : 195
Reputation : 82
Language : Dutch
Re: Please help category and box
1. Done!
2. So, can you give me the code for template, and where I have to insert it?
2. So, can you give me the code for template, and where I have to insert it?
Re: Please help category and box
@Glavee go to your Admin Panel > Display > Templates > General > index_box
edit the template and search for:
once you find it replace it with this one:
Save the template and publish it by pressing the green cross. Then go to your CSS and style it as you want using the element:
edit the template and search for:
|
once you find it replace it with this one:
|
Save the template and publish it by pressing the green cross. Then go to your CSS and style it as you want using the element:
- Code:
#boxLastPost {
background:#XXXXXX;/*replace the XXXXXX with the hex color your want*/
padding:3px;
}
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!
Re: Please help category and box
The styling you can change it as you like. For example:
- Code:
#boxLastPost {
background:#000000;
padding:3px;
margin:5px;
border-radius:5px;
}
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!
Re: Please help category and box
I just changed my forum version to phpbb3 cause it looks like it's the most used and simple. Can you provide me the code for phpbb3?
Thanks!
Thanks!
Re: Please help category and box
this is indeed much easier on phpBB3, try this css:
- Code:
dd.lastpost {
border: 1px solid #595959;
background-color: #E9E9E9;
border-radius: 5px;
margin: 3px 0px; /* distance between top and bottom */
}
10spetter10- Forumember
- Posts : 195
Reputation : 82
Language : Dutch
Re: Please help category and box
@10spetter10 as you can see in my forum, "LAST POST" does have it's box aswell. It's there any way to remove it?
Re: Please help category and box
Oops, I didn't noticed that while testing.
- Code:
li.header dd.lastpost {
background: none;
border: none;
}
10spetter10- Forumember
- Posts : 195
Reputation : 82
Language : Dutch
Re: Please help category and box
@Glavee could you please edit your website on your profile because i get an error while i try to visit your forum. That way i cannot really help if i can help!
Thanks!
Thanks!
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!
Similar topics
» Category Showing as "Forum" instead of the category name.
» how to separate other Category to other Category
» Category - New
» How do I add category's?
» Category box
» how to separate other Category to other Category
» Category - New
» How do I add category's?
» Category box
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum