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.
The forum of the forums
2 posters

    [SOLVED] Quick Question about picture Cut Off

    Fate003142
    Fate003142
    New Member


    Posts : 16
    Reputation : 1
    Language : English

    Solved [SOLVED] Quick Question about picture Cut Off

    Post by Fate003142 January 23rd 2014, 5:43 am

    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 January 23rd 2014, 4:16 pm; edited 1 time in total
    Jophy
    Jophy
    ForumGuru


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

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

    Post by Jophy January 23rd 2014, 10:46 am

    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 */
    Fate003142
    Fate003142
    New Member


    Posts : 16
    Reputation : 1
    Language : English

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

    Post by Fate003142 January 23rd 2014, 1:48 pm

    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
    Jophy
    Jophy
    ForumGuru


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

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

    Post by Jophy January 24th 2014, 4:26 am

    Solved => Locked

      Current date/time is September 23rd 2024, 9:23 pm