Forum Width 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

    Forum Width

    avatar
    Kechapoo
    Forumember


    Male Posts : 40
    Reputation : 0
    Language : English
    Location : Virginia

    Solved Forum Width

    Post by Kechapoo April 9th 2014, 6:42 am

    I've tried setting the width with set numbers and percentages. I inserted this code at the very top of my CSS:

    Code:
    .pun {
       width: 50% !important;
    }

    And it did nothing.

    This happened right after I inserted a different code into my CSS, although I can't remember which it was.
    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51498
    Reputation : 3523
    Language : English
    Location : United States

    Solved Re: Forum Width

    Post by SLGray April 9th 2014, 6:55 am

    Did you try here:

    Administration Panel > General > Forum > Configuration
    Forum Width:



    Forum Width Slgray10

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


    Male Posts : 40
    Reputation : 0
    Language : English
    Location : Virginia

    Solved Re: Forum Width

    Post by Kechapoo April 9th 2014, 7:04 am

    Yeah, I used percentages and without percentages there. Nothing.

    Plugged that code in, didn't do anything.
    Jophy
    Jophy
    ForumGuru


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

    Solved Re: Forum Width

    Post by Jophy April 9th 2014, 7:50 am

    Hello,

    Tried inserted it on the bottom instead?
    avatar
    Kechapoo
    Forumember


    Male Posts : 40
    Reputation : 0
    Language : English
    Location : Virginia

    Solved Re: Forum Width

    Post by Kechapoo April 9th 2014, 8:02 am

    Uhmmm... that fixed the width, but now the colors are all off somehow @_@

    S... solved?
    Ange Tuteur
    Ange Tuteur
    Forumaster


    Male Posts : 13207
    Reputation : 3000
    Language : English & 日本語
    Location : Pennsylvania

    Solved Re: Forum Width

    Post by Ange Tuteur April 9th 2014, 8:06 am

    Hello,

    Your wrappers minimum width is higher than your percentage value, because of this you will not see any changes if the percentage value is lower than your minimum width value.

    You can adjust/remove the minimum width by the following CSS :
    Code:
    .pun { min-width:0 !important; }
    avatar
    Kechapoo
    Forumember


    Male Posts : 40
    Reputation : 0
    Language : English
    Location : Virginia

    Solved Re: Forum Width

    Post by Kechapoo April 9th 2014, 8:10 am

    Okay, there we go.

    Left minimum value at 0 and put the width to 70%. Looks good.

    Appreciate it!
    Jophy
    Jophy
    ForumGuru


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

    Solved Re: Forum Width

    Post by Jophy April 9th 2014, 8:44 am

    Since this thread appears to be solved, this topic is locked.