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]

1phpBB3 CSS codes problems Empty phpBB3 CSS codes problems Sun Feb 28, 2010 7:50 am

Russel

Russel
Moderator
Moderator
I have converted my forum to phpBB3. These questions is all about phpBB3 version problems.

1. How to adjust the that texts beside the profile inside the topic body.

Screenshot: phpBB3 CSS codes problems 2uztr2r


2. How to adjust the font size, font face, etc of the name and rank inside the topic body.

Screenshot: The encircled red one. phpBB3 CSS codes problems 2j4o5tv


3. What css code should i use to adjust that line to the end of the post inside the topic body.

Screenshot: phpBB3 CSS codes problems 2ugz4at


4. On the homepage, i have already put the image url or link in the admin panel to change the image header. AP > Display > Picture Management. But then, it doesnt work. How come? What css codes should i use.

Screenshot: phpBB3 CSS codes problems 29ldxjk


5. How to reduce the font size in the screenshot.

Screenshot: phpBB3 CSS codes problems E5qtqa


I hope you will help me. thanks in advance. Smile

https://www.twitter.com/russeltubo

2phpBB3 CSS codes problems Empty Re: phpBB3 CSS codes problems Sun Feb 28, 2010 9:32 pm

Jalokim

Jalokim
Registered Member
Registered Member
2) the username is an inline style ... it might be hard to change it.
But you can try editing this part of your CSS

Code:
.postprofile {
font-size: 12px;
}

If you can't find a code like that or there is something else you can edit or add the font-size: 12px; part

To change the username link you have to add this to the bottom of your css

Code:
.postprofile a{
font-size: 14px;
}

3) the line is a side border from the postprofile floating box.
You can't make it longer because its as long as your side profile.
Increasing the height of the postprofile can cause problems.
You can remove the line by editing this code

Code:
.postprofile {
border-left-width: 1px;
}
change 1px; to 0px;

4) You should remove the image from your admin panel
then go to your CSS and find this code:
Code:
.forabg {
You can edit the code there. the background-image: link will change the header image

5) in your CSS find this code:
Code:
.hierarchy {
font-size: 1.1em;
}

you can change the ems to bigger or smaller or convert the size to pixels
for example 12px;

http://www.ego-one.com

3phpBB3 CSS codes problems Empty Re: phpBB3 CSS codes problems Tue Mar 02, 2010 8:41 pm

Russel

Russel
Moderator
Moderator
solved

https://www.twitter.com/russeltubo

4phpBB3 CSS codes problems Empty Re: phpBB3 CSS codes problems Tue Mar 02, 2010 8:43 pm

ankillien

ankillien
Administrator
Administrator
Solved | Locked

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