Last edited by nebunidebuni on February 29th 2016, 7:24 pm; edited 1 time in total
2 posters
How can improve "last post" section
nebunidebuni- Forumember
- Posts : 70
Reputation : 87
Language : Romana
Location : Iasi
- Post n°1
How can improve "last post" section
Last edited by nebunidebuni on February 29th 2016, 7:24 pm; edited 1 time in total
Ape- Administrator
- Posts : 19436
Reputation : 2010
Language : fluent in dork / mumbojumbo & English haha
- Post n°2
Re: How can improve "last post" section
Hello can i ask what you want it to look like as asking how you can improve some thing really don't help us in helping you.
have a look around and look at other forums and then screen shot what you would like so we can then have some thing to go on
have a look around and look at other forums and then screen shot what you would like so we can then have some thing to go on
nebunidebuni- Forumember
- Posts : 70
Reputation : 87
Language : Romana
Location : Iasi
- Post n°3
Re: How can improve "last post" section
is too much space on my forum
Ape- Administrator
- Posts : 19436
Reputation : 2010
Language : fluent in dork / mumbojumbo & English haha
- Post n°4
Re: How can improve "last post" section
can i Please have a link to your forum
nebunidebuni- Forumember
- Posts : 70
Reputation : 87
Language : Romana
Location : Iasi
- Post n°5
Re: How can improve "last post" section
Ape- Administrator
- Posts : 19436
Reputation : 2010
Language : fluent in dork / mumbojumbo & English haha
- Post n°6
Re: How can improve "last post" section
Find in the css files
look for
To make it look like the site you did a screen shot of add this in its place
look for
- Code:
.pun table .tcr {
overflow: hidden;
padding: 0 0 0 .5em !important;
text-align: left;
width: 30%;
}
To make it look like the site you did a screen shot of add this in its place
- Code:
.pun table .tcr {
box-shadow: inset 1px 1px 0 rgba(0,0,0,0.05),1px 1px 0 rgba(255,255,255,0.4);
padding: 5px !important;
margin-top: 7px;
border-radius: 3px;
background: rgba(0,0,0,0.03);
float: right;
margin-right: 8px;
margin-bottom: 6px;
}
nebunidebuni- Forumember
- Posts : 70
Reputation : 87
Language : Romana
Location : Iasi
- Post n°7
Re: How can improve "last post" section
thanks, now is ok
i remove this "float: right;"
i remove this "float: right;"
Ape- Administrator
- Posts : 19436
Reputation : 2010
Language : fluent in dork / mumbojumbo & English haha
- Post n°8
Re: How can improve "last post" section
Topic solved and archived