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.

[SOLVED] Quick Question about picture Cut Off

2 posters

Go down

Solved [SOLVED] Quick Question about picture Cut Off

Post by Fate003142 Thu 23 Jan - 0:43

Is there a way to fix the O Crown from getting cut off?

[SOLVED] Quick Question about picture Cut Off Capture

I'm using this code:

  .pun .user-ident .username a[href="/u1"], a.gensmall[href="/u"], #onlinelist [href="/u1"], .statused a[href="/u#"], #stats [href="/u1"], #chatbox_members a[href="/u1"], #chatbox a[href="/u#"],  #onlinechat a[href="/u1"], #profile-advanced-right div.h3 strong, .module a[href="/u1"] {
        background: url("https://2img.net/h/oi56.tinypic.com/v7ctpi.png") no-repeat;
        padding-left: 18px;
  padding-top: 2px;
    }


Last edited by Fate003142 on Thu 23 Jan - 11:16; edited 1 time in total
Fate003142
Fate003142
New Member

Posts : 16
Reputation : 1
Language : English

Back to top Go down

Solved Re: [SOLVED] Quick Question about picture Cut Off

Post by Jophy Thu 23 Jan - 5:46

Hello,

I don't see it being cut off? Try to lower the 'padding-left' property, it may move the crown to the left:
Code:
.pun .user-ident .username a[href="/u1"], a.gensmall[href="/u"], #onlinelist [href="/u1"], .statused a[href="/u#"], #stats [href="/u1"], #chatbox_members a[href="/u1"], #chatbox a[href="/u#"],  #onlinechat a[href="/u1"], #profile-advanced-right div.h3 strong, .module a[href="/u1"] {
        background: url("http://i56.tinypic.com/v7ctpi.png") no-repeat;
        padding-left: 18px; /* Make 18px lower */
  padding-top: 2px;
    }

Make sure to edit this part:
Code:
padding-left: 18px; /* Make 18px lower */
Jophy
Jophy
ForumGuru

Male Posts : 17924
Reputation : 836
Language : English
Location : Somewhere

Back to top Go down

Solved Re: [SOLVED] Quick Question about picture Cut Off

Post by Fate003142 Thu 23 Jan - 8:48

Moving it to the results in it overlapping the name. 
[SOLVED] Quick Question about picture Cut Off Capture
This also gets overlapped
[SOLVED] Quick Question about picture Cut Off Capture
Also this is what the picture is meant to look like  [SOLVED] Quick Question about picture Cut Off V7ctpi. But I think if I just make the picture smaller it might get solved. Not sure

____
What I needed to do was change it to PhpBB3 then make the Name Below the profile picture. Thanks for the help. 


SOLVED
Fate003142
Fate003142
New Member

Posts : 16
Reputation : 1
Language : English

Back to top Go down

Solved Re: [SOLVED] Quick Question about picture Cut Off

Post by Jophy Thu 23 Jan - 23:26

Solved => Locked
Jophy
Jophy
ForumGuru

Male Posts : 17924
Reputation : 836
Language : English
Location : Somewhere

Back to top Go down

Back to top

- Similar topics

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