Good art is a taste, good design is an opinion.


Come as guest, stay as family.
Board Index

Come as guest, stay as family.


You are not connected. Please login or register

Foto

[Solved] Profile tab issue in topics



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

1
Offline

  Vaccam

Vaccam
Punbb Rookie
Punbb Rookie
What is my question?:
Hey guys and girls

So my problem today is this

1 (The black box)The name and rank and the rank image is too close to eachother, i would love to change that.
2 (The red box)And the profile tab is slightly to much to the right. My CSS is so messy and i have no idea where to start Razz
3 (The blue box) The navigation buttons wont move to the center whatever position i change it to.

FOR PROBLEM 1 & 2
[Solved] Profile tab issue in topics Lol41

FOR PROBLEM 3
[Solved] Profile tab issue in topics Lol42

Your Forum Address: http://www.revengelesspk.com/
Forum Version: Punbb

Powered by PunBB
Currently 0 users have thanked Vaccam for this post:

2
Offline

  Shadow

Shadow
Administrator
Administrator
For 1 and 2:

Step 1 Open your CSS

Find:
[ic].pun .post .user {[/ic]

Remove:
Code:
[panda=css]margin-top: 5px;
padding: 7px;

Result:
[Solved] Profile tab issue in topics 49FFO2t

For problem 3, it's made to be on the left if you want to add more custom links so I wouldn't move it on center cause it can create a bit of troubles.

Powered by PunBB
Currently 0 users have thanked Shadow for this post:

3
Offline

  Vaccam

Vaccam
Punbb Rookie
Punbb Rookie
Shadow wrote:[link="/t401-profile-tab-issue-in-topics#2385"]For 1 and 2:

Step 1 Open your CSS

Find:
[ic].pun .post .user {[/ic]

Remove:
Code:
[panda=css]margin-top: 5px;
padding: 7px;

Result:
[Solved] Profile tab issue in topics 49FFO2t

For problem 3, it's made to be on the left if you want to add more custom links so I wouldn't move it on center cause it can create a bit of troubles.

1 & 2

I removed it but it didnt work, so here is the whole .pun .post .user { code

Code:
.pun .post .user {background: white;background-image: initial;background-repeat-x: initial;background-repeat-y: initial;background-attachment: initial;background-position-x: initial;background-position-y: initial;background-origin: initial;background-clip: initial;background-color: white;border: 1px solid #D7D7D7;border-top-width: 1px;border-right-width: 1px;border-bottom-width: 1px;border-left-width: 1px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;border-top-color: #D7D7D7;border-right-color: #D7D7D7;border-bottom-color: #D7D7D7;border-left-color: #D7D7D7;border-radius: 7px 7px 7px 7px;margin-left: -201px;position: absolute;padding-top: 7px;padding-right: 7px;padding-bottom: 7px;padding-left: 7px;position: relative;}

Powered by PunBB
Currently 0 users have thanked Vaccam for this post:

4
Offline

  Shadow

Shadow
Administrator
Administrator
Search for more CSS files in templates for [ic].pun .post .user {[/ic] and delete anywhere you find it.
Code:
margin-top:
padding:

Powered by PunBB
Currently 0 users have thanked Shadow for this post:

5
Offline

  Vaccam

Vaccam
Punbb Rookie
Punbb Rookie
Shadow wrote:[link="/t401-profile-tab-issue-in-topics#2387"]Search for more CSS files in templates for [ic].pun .post .user {[/ic] and delete anywhere you find it.
Code:
margin-top:
padding:

Ok ill try Very Happy BTW congratz on 500 posts boss Very Happy Keep it going

EDIT

The position of the profile tab is fixed and i didnt find anything else of .pun .post .user {

EDIT AGAIN

Once i fixed the profile tab i noticed this ?

[Solved] Profile tab issue in topics Lol43

Powered by PunBB
Currently 0 users have thanked Vaccam for this post:

6
Offline

  Shadow

Shadow
Administrator
Administrator
You still have [ic]padding:9px 7px 7px[/ic] at your CSS.

For topic_list_box at CSS find
Code:
[panda=css].pun table.table td {
replace current padding with [ic]padding: 20px;[/ic]

Powered by PunBB
Currently 0 users have thanked Shadow for this post:

7
Offline

  Vaccam

Vaccam
Punbb Rookie
Punbb Rookie
Shadow wrote:[link="/t401-profile-tab-issue-in-topics#2389"]You still have [ic]padding:9px 7px 7px[/ic] at your CSS.

For topic_list_box at CSS find
Code:
[panda=css].pun table.table td {
replace current padding with [ic]padding: 20px;[/ic]

Ok that is fixed but the avatar is still little bit to close to the rank image.

And i cannot find
Code:
.pun table.table td {
anywhere Sad

Powered by PunBB
Currently 0 users have thanked Vaccam for this post:

8
Offline

  Shadow

Shadow
Administrator
Administrator
You must have it in your CSS.

Anyways, this should solve the case.
Code:
[panda=css].pun table.table td {
    background-color: #FBFBFB;
    border-color: #DDD;
    border-style: solid none none solid;
    border-width: 1px;
    line-height: 130%;
    padding: 15px;
}

Powered by PunBB
Currently 0 users have thanked Shadow for this post:

9
Offline

  Vaccam

Vaccam
Punbb Rookie
Punbb Rookie
Shadow wrote:[link="/t401-profile-tab-issue-in-topics#2391"]You must have it in your CSS.

Anyways, this should solve the case.
Code:
[panda=css].pun table.table td {
    background-color: #FBFBFB;
    border-color: #DDD;
    border-style: solid none none solid;
    border-width: 1px;
    line-height: 130%;
    padding: 15px;
}

I cannot find anything, if you want a account with powers then just ask and ill send in PM.

Powered by PunBB
Currently 0 users have thanked Vaccam for this post:

10
Offline

  Shadow

Shadow
Administrator
Administrator
Seems like you manage to fix your problems, is this solved now?

Powered by PunBB
Currently 0 users have thanked Shadow for this post:

11
Offline

  Vaccam

Vaccam
Punbb Rookie
Punbb Rookie
Yea i just changed the icons. But the navigation buttons. There must be a code for it.
And how can i get the same statistics like this forum ?

Powered by PunBB
Currently 0 users have thanked Vaccam for this post:

12
Offline

  Guest

Anonymous
Guest
Yes, it's possible

Find this in your CSS
[ic]#pun-navlinks ul li a {[/ic]

At end add this:

Code:
[panda=css]position: relative;
left: 40%;
But like Shadow have told you, it's better to be left.

For any further question open a new thread, thanks.

Powered by PunBB
Currently 0 users have thanked Guest for this post:

13
Offline

  Vaccam

Vaccam
Punbb Rookie
Punbb Rookie
Rapid wrote:[link="/t401-profile-tab-issue-in-topics#2413"]Yes, it's possible

Find this in your CSS
[ic]#pun-navlinks ul li a {[/ic]

At end add this:

Code:
[panda=css]position: relative;
left: 40%;
But like Shadow have told you, it's better to be left.

For any further question open a new thread, thanks.

So you think that the navigations buttons will fit better on the left?

Powered by PunBB
Currently 0 users have thanked Vaccam for this post:

14
Offline

  Guest

Anonymous
Guest
[sucesso="Marked as Solved"]The question(s) in this topic have been answered and the owner has been able to solve the problem. Because of this, the topic has been marked as Solved.

If you have further questions, please open a new topic.[/sucesso]

Powered by PunBB
Currently 0 users have thanked Guest for this post:

15
Offline

  Sponsored content



Powered by PunBB
Currently 0 users have thanked Sponsored content for this post:

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


Topic URL's

URL
BBcode
HTML

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