[SOLVED] Quick Question about picture Cut Off
2 posters
Page 1 of 1
[SOLVED] Quick Question about picture Cut Off
Is there a way to fix the O Crown from getting cut off?
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;
}
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 January 23rd 2014, 4:16 pm; edited 1 time in total
Fate003142- New Member
- Posts : 16
Reputation : 1
Language : English
Re: [SOLVED] Quick Question about picture Cut Off
Hello,
I don't see it being cut off? Try to lower the 'padding-left' property, it may move the crown to the left:
Make sure to edit this part:
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- ForumGuru
- Posts : 17922
Reputation : 836
Language : English
Location : Somewhere
Re: [SOLVED] Quick Question about picture Cut Off
Moving it to the results in it overlapping the name.
This also gets overlapped
Also this is what the picture is meant to look like . 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
This also gets overlapped
Also this is what the picture is meant to look like . 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- New Member
- Posts : 16
Reputation : 1
Language : English
Re: [SOLVED] Quick Question about picture Cut Off
Solved => Locked
Jophy- ForumGuru
- Posts : 17922
Reputation : 836
Language : English
Location : Somewhere
Similar topics
» Modify picture-SOLVED
» How to add Quick reply?(Solved)
» Question about SOLVED
» Quick Question
» Quick easy question?
» How to add Quick reply?(Solved)
» Question about SOLVED
» Quick Question
» Quick easy question?
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum