The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Thing's dont seem to be well aligned or coded.

2 posters

Go down

Thing's dont seem to be well aligned or coded. Empty Thing's dont seem to be well aligned or coded.

Post by TerryAhn June 10th 2011, 12:51 pm

I did mess around in the css a lot without knowing what I was doing but there are some very minor problems that bother me.

my forum is www.lolaustralia.com

1. The user details that show up under someone's avatar when they post. It goes off the table and if the information is long then it just cuts off.

Example here
Thing's dont seem to be well aligned or coded. 2645qup

2. The layout in general is just aligned more to the right side, as you can see from the members page.
http://www.lolaustralia.com/memberlist I don't know why it's like this, it's not a HUGE problem because i hide the memberlist button from the nav bar but it still bugs me a bit because it happens sometimes on large posts.

3. And small problems like when the signature of a user is too big, it just goes right pass the table and continues. I would also like to restrict the maximum size of a signature. Also there is a large empty space between someone's post and someone's signature as you can see from this image.
Thing's dont seem to be well aligned or coded. 15duwkg

I worked very hard to customize my forums with 0 CSS or HTML knowledge by googling for hours, and these 3 problems bug me everyday. I can post my forums entire CSS if someone is capable of fixing these issues. If it's not an easy fix and requires a lot of work, I am willing to pay a small helping fee for ur time as long it's discussed first.
avatar
TerryAhn
Forumember

Posts : 49
Reputation : 0
Language : english

Back to top Go down

Thing's dont seem to be well aligned or coded. Empty Re: Thing's dont seem to be well aligned or coded.

Post by Nera. June 10th 2011, 3:28 pm

Hi,

If you want to move this page ( http://i.imm.io/6jQN.png ) play with margins in this CSS part (I can't acces members list)
Code:
#main-content {
    border: 5px none;
    margin-left: 20px;
    padding-bottom: 3px;
    width: 900px;
}

The height of the space below your post, where you write is defined by the things you add under your avatar, poster details, RPS sheets, as well poster avatar.

If you want to limit signatures for punBB add this to your CSS. Don't forget to insert your pixels (replace x & Y)
Code:
.pun .sig-content img {
 max-width: Xpx;
 max-height: Ypx;
 }
Nera.
Nera.
Energetic

Female Posts : 7078
Reputation : 2017
Language : English
Location : -

Back to top Go down

Back to top

- Similar topics

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