Profile field image list horizontal Hitskin_logo Hitskin.com

This is a Hitskin.com skin preview
Install the skinReturn to the skin page

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.
4 posters

    Profile field image list horizontal

    puppycheese
    puppycheese
    Forumember


    Posts : 141
    Reputation : 2
    Language : english

    In progress Profile field image list horizontal

    Post by puppycheese April 15th 2013, 12:46 am

    Ok so my image list for my profile field is smiley faces and I want them to go horizontal instead of vertical.

    Profile field image list horizontal Pictur13
    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51515
    Reputation : 3519
    Language : English
    Location : United States

    In progress Re: Profile field image list horizontal

    Post by SLGray April 15th 2013, 4:18 am

    Is that how they look now in the screenshot?


    Last edited by SLGray on April 15th 2013, 4:43 am; edited 1 time in total



    Profile field image list horizontal Slgray10

    When your topic has been solved, ensure you mark the topic solved.
    Never post your email in public.
    puppycheese
    puppycheese
    Forumember


    Posts : 141
    Reputation : 2
    Language : english

    In progress Re: Profile field image list horizontal

    Post by puppycheese April 15th 2013, 4:40 am

    No i need them to look left to right not up to down
    I need the images to be across not up and down
    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51515
    Reputation : 3519
    Language : English
    Location : United States

    In progress Re: Profile field image list horizontal

    Post by SLGray April 15th 2013, 4:44 am

    Please post a link to a profile on your forum.



    Profile field image list horizontal Slgray10

    When your topic has been solved, ensure you mark the topic solved.
    Never post your email in public.
    puppycheese
    puppycheese
    Forumember


    Posts : 141
    Reputation : 2
    Language : english

    In progress Re: Profile field image list horizontal

    Post by puppycheese April 16th 2013, 1:15 am

    The problem is in the edit profile page when you edit your profile I need the images to be listed across.
    puppycheese
    puppycheese
    Forumember


    Posts : 141
    Reputation : 2
    Language : english

    In progress Re: Profile field image list horizontal

    Post by puppycheese April 17th 2013, 3:25 pm

    here is the list you requested to the members page but that won't help. http://www.converseit.net/memberlist . it's in the edit profile section I want to change. I would like to make the image list profile field across instead of down.
    Sanket
    Sanket
    ForumGuru


    Male Posts : 48766
    Reputation : 2830
    Language : English
    Location : Mumbai

    In progress Re: Profile field image list horizontal

    Post by Sanket April 17th 2013, 4:18 pm

    Add this to your css & check if its working.
    Code:
    html ul.profile_field_list li {
        display: inline-block !important;
    }
    puppycheese
    puppycheese
    Forumember


    Posts : 141
    Reputation : 2
    Language : english

    In progress Re: Profile field image list horizontal

    Post by puppycheese April 17th 2013, 10:47 pm

    Works like a charm! Thank you Sanket I appreciate your help.
    puppycheese
    puppycheese
    Forumember


    Posts : 141
    Reputation : 2
    Language : english

    In progress Re: Profile field image list horizontal

    Post by puppycheese April 17th 2013, 10:54 pm

    Wait before you lock It I found an issue. I'm not sure if this is fixable but look at this! The text on the profile is all crammed together. The profile field editor is perfect but the profile page is a little messy! Profile field image list horizontal Pictur14

    I just want it to effect the edit profile area not the profile area too.
    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51515
    Reputation : 3519
    Language : English
    Location : United States

    In progress Re: Profile field image list horizontal

    Post by SLGray April 18th 2013, 2:39 am

    Please don't double/triple post. Your post need to be separated by 24 hours before bumping, replying or adding more information. Please use the edit button instead!



    Profile field image list horizontal Slgray10

    When your topic has been solved, ensure you mark the topic solved.
    Never post your email in public.
    puppycheese
    puppycheese
    Forumember


    Posts : 141
    Reputation : 2
    Language : english

    In progress Re: Profile field image list horizontal

    Post by puppycheese April 18th 2013, 2:56 am

    I am sorry, I forgot!
    Jophy
    Jophy
    ForumGuru


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

    In progress Re: Profile field image list horizontal

    Post by Jophy April 18th 2013, 6:45 am

    Well the code provided by Sanket is supposed to make it like that due to the CSS property (display: inline-block) I think, Try removing the code and see if it will fix the issue.

    puppycheese
    puppycheese
    Forumember


    Posts : 141
    Reputation : 2
    Language : english

    In progress Re: Profile field image list horizontal

    Post by puppycheese April 23rd 2013, 7:06 am

    well I like it in the edit profile section but for the actual profile I want it to be normal!
    Jophy
    Jophy
    ForumGuru


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

    In progress Re: Profile field image list horizontal

    Post by Jophy April 23rd 2013, 7:09 am

    I don't think so, since they are in one class on the CSS.