WebArtz - The Web Design Forum
Welcome to WebArtz, Guest!

WebArtz is a nice place for discussions related to web designing and coding. We help our members to code their own website templates with HTML and CSS. We give them advice on various issues.

To know more about WebArtz Forum, visit the About Us page.

At the moment, you are viewing the forum as a guest. As a guest you can't make post and participate in discussions. You need to register and become a member of the forum. Click the register link below and become a part of this forum.

Thank You

WebArtz - The Web Design Forum
Welcome to WebArtz, Guest!

WebArtz is a nice place for discussions related to web designing and coding. We help our members to code their own website templates with HTML and CSS. We give them advice on various issues.

To know more about WebArtz Forum, visit the About Us page.

At the moment, you are viewing the forum as a guest. As a guest you can't make post and participate in discussions. You need to register and become a member of the forum. Click the register link below and become a part of this forum.

Thank You


You are not connected. Please login or register

View previous topic View next topic Go down  Message [Page 1 of 1]

1CSS CODES phpbb3 Empty CSS CODES phpbb3 Fri Apr 30, 2010 3:23 pm

Russel

Russel
Moderator
Moderator
Hello,

I am using phpbb3 version and i am willing to ask about the css codes of hiding Topics, Posts and Last Posts in every category and forum.

Thank you in advance.



Last edited by Russel on Thu May 20, 2010 9:38 am; edited 1 time in total

https://www.twitter.com/russeltubo

2CSS CODES phpbb3 Empty Re: CSS CODES phpbb3 Fri Apr 30, 2010 3:52 pm

ankillien

ankillien
Administrator
Administrator
Hello!

Please try adding this to your CSS...

Code:
.topics , .posts , .lastpost {
display : none !important;
}

3CSS CODES phpbb3 Empty Re: CSS CODES phpbb3 Fri Apr 30, 2010 5:13 pm

Russel

Russel
Moderator
Moderator
oh thanks.

well, next question. i have hidden the topics and posts,

and the rest is last posts, the question is, how to adjust to the right to be able to adjust the forum width of the content of the forum.

https://www.twitter.com/russeltubo

4CSS CODES phpbb3 Empty Re: CSS CODES phpbb3 Fri Apr 30, 2010 5:35 pm

ankillien

ankillien
Administrator
Administrator
This code will do it...

Code:
.dterm {
width : 100% !important;
}

5CSS CODES phpbb3 Empty Re: CSS CODES phpbb3 Fri Apr 30, 2010 6:15 pm

Russel

Russel
Moderator
Moderator
Thank you very much.

another question, the no new posts, new posts and post locked a.k.a. forum icons are placed beside the title of every forum right. i just wanna place it under the last post. is it possible? what css codes?

https://www.twitter.com/russeltubo

6CSS CODES phpbb3 Empty Re: CSS CODES phpbb3 Fri Apr 30, 2010 6:39 pm

ankillien

ankillien
Administrator
Administrator
You want the forum icon to be on right side?

This code can do it...

Code:
.icon {
background-position : right 10px !important;
}

7CSS CODES phpbb3 Empty Re: CSS CODES phpbb3 Fri Apr 30, 2010 6:48 pm

Russel

Russel
Moderator
Moderator
it transferred to the right but there is still space left on the left side.

https://www.twitter.com/russeltubo

8CSS CODES phpbb3 Empty Re: CSS CODES phpbb3 Sat May 01, 2010 8:12 pm

ankillien

ankillien
Administrator
Administrator
To remove the space on left, go to Admin CP > General > Configuration > Image cell's width category/board > Set it to 0 and save.

9CSS CODES phpbb3 Empty Re: CSS CODES phpbb3 Thu May 20, 2010 9:38 am

Russel

Russel
Moderator
Moderator
Solved | Locked

https://www.twitter.com/russeltubo

Sponsored content


View previous topic View next topic Back to top  Message [Page 1 of 1]

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