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]

1A few CSS fixups help? Empty A few CSS fixups help? Sun Jun 06, 2010 9:53 am

Josh

Josh
Registered Member
Registered Member
Hi guys! Sorry for my absence for the last few months, I've been pretty busy. Luckily, I've been able to put some work into my test forum. I'm looking for some help to fix a few things via CSS or template editing. If anyone would be kind enough to help, I would be happy to do some Designs or an uncoded web template in return!

(Click on screenshots for fullsize)

First: How can I make the poster info winder so it can show larger avatars? Also, how can I change the color of the poster info via CSS?
A few CSS fixups help? TRGlitch1
Secondly: How can I move the PM title over in the PM box so the icon displays inside the table? Right now it's left of the main table, and looks awkward. This also happens in forum sections when it displays topic titles.
A few CSS fixups help? TRGlitch2


Thanks for any help! Smile
-Josh

2A few CSS fixups help? Empty Re: A few CSS fixups help? Sun Jun 06, 2010 10:13 am

iJerick

iJerick
Registered Member
Registered Member
What version do you use?-

3A few CSS fixups help? Empty Re: A few CSS fixups help? Sun Jun 06, 2010 10:29 am

Josh

Josh
Registered Member
Registered Member
Sorry, should of said that. I use PunBB.

4A few CSS fixups help? Empty Re: A few CSS fixups help? Mon Jun 07, 2010 10:53 am

ankillien

ankillien
Administrator
Administrator
Hello!

To increase the width of post-profile box, please try adding this code to your CSS...

Code:
.postmain {
margin-right : 20em !important;
}

You can adjust the 20em as per your needs.

For the second one, I need to visit your forum to find the bug. Please provide a link to your forum

5A few CSS fixups help? Empty Re: A few CSS fixups help? Mon Jun 07, 2010 10:37 pm

Josh

Josh
Registered Member
Registered Member
Hello Ankillien, thank you for the help! Unfortunately, the code you gave me only seemed to of increased the width of the poster box, and not the poster profile for some reason, so the larger avatars are still cut off. Do you know how to fix this?
A few CSS fixups help? PastedGraphic-32

And the site forum URL is http://frogzard.omgforum.net/forum.htm. Smile

6A few CSS fixups help? Empty Re: A few CSS fixups help? Mon Jun 07, 2010 10:43 pm

ankillien

ankillien
Administrator
Administrator
Sorry for that buddy.
Please use this code to increase the width of the profile..

Code:
.user {
width : 200px !important;
}

Don't remove the code that I gave you previously.

The following code will fix the forum icon position bug...

Code:
.statused tr td{
padding-left : 45px !important;
}

7A few CSS fixups help? Empty Re: A few CSS fixups help? Mon Jun 07, 2010 10:59 pm

Josh

Josh
Registered Member
Registered Member
Thanks much- The icon glitch is fixed! Very Happy. The profile info spacing is fixed as well, but the spacing itself seems to be positioned too far on the left of the proster info table. Would it be possible to position it so it doesn't stray off?

A few CSS fixups help? PastedGraphic-33

8A few CSS fixups help? Empty Re: A few CSS fixups help? Mon Jun 07, 2010 11:44 pm

ankillien

ankillien
Administrator
Administrator
Its very tricky to fix this bug Razz
Please try this code...

Code:
.user {
margin-right : -220px !important;
}

I tried it on your forum and it worked that time.

9A few CSS fixups help? Empty Re: A few CSS fixups help? Tue Jun 08, 2010 2:19 am

Josh

Josh
Registered Member
Registered Member
Thank you so much! That worked. Very Happy
And would you happen to know how to change the color of the poster profile field? None of the auto color pickers are changing it, so I would assume that a CSS code would be needed.

10A few CSS fixups help? Empty Re: A few CSS fixups help? Tue Jun 08, 2010 8:57 am

ankillien

ankillien
Administrator
Administrator
You can change it in Admin CP > Users & Groups > Profiles
Click on 'Modify' button of any profile field and there is a option to change the color.

11A few CSS fixups help? Empty Re: A few CSS fixups help? Tue Jun 08, 2010 10:18 am

Josh

Josh
Registered Member
Registered Member
Oh, I meant the color of the table all of the poster information is on, to the right of the posts?

12A few CSS fixups help? Empty Re: A few CSS fixups help? Tue Jun 08, 2010 12:18 pm

ankillien

ankillien
Administrator
Administrator
Code:
.post {
background : red;
}

13A few CSS fixups help? Empty Re: A few CSS fixups help? Tue Jun 08, 2010 8:20 pm

Josh

Josh
Registered Member
Registered Member
Awesome! Thank you for all your help, let me know if there's anything I can do in return. Smile

I also have a few more questions; Should I post them here or make a new thread?

14A few CSS fixups help? Empty Re: A few CSS fixups help? Tue Jun 08, 2010 9:28 pm

Jophy

Jophy
Registered Member
Registered Member
It's better to post it on a new thread so we don't get mixed questions here Wink

Solved -> Locked

A few CSS fixups help? Locked10

http://www.socialtechforum.com/

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