Can't get my forum to be wide 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.
3 posters

    Can't get my forum to be wide

    avatar
    drache
    New Member


    Posts : 2
    Reputation : 1
    Language : english

    Can't get my forum to be wide Empty Can't get my forum to be wide

    Post by drache Thu Jan 22, 2015 11:49 am

    No matter what I try, my forum is stuck looking like it's squished.

    http://mopar-eh.4umer.com/

    Can't get my forum to be wide Captur10

    I cannot widen the forum.I would like it so it's the width of the screen.

    I have the width percentage set to 100 (even tried 1000 and it didn't make a difference). I have widgets turned off. What else am I missing?
    Ikerepc
    Ikerepc
    Active Poster


    Male Posts : 1186
    Reputation : 167
    Language : Who cares...
    Location : Where web help & support is needed

    Can't get my forum to be wide Empty Re: Can't get my forum to be wide

    Post by Ikerepc Thu Jan 22, 2015 12:03 pm

    What forum version you have?
    And can you provide your forum url?


    Last edited by Ikerepc on Thu Jan 22, 2015 12:07 pm; edited 1 time in total
    avatar
    drache
    New Member


    Posts : 2
    Reputation : 1
    Language : english

    Can't get my forum to be wide Empty Re: Can't get my forum to be wide

    Post by drache Thu Jan 22, 2015 12:07 pm

    Ikerepc wrote:Whaz forum version you have?
    And can you provide your forum url?

    I got it working. It was the theme my partner chose. Went back to the original and everything worked.
    Ikerepc
    Ikerepc
    Active Poster


    Male Posts : 1186
    Reputation : 167
    Language : Who cares...
    Location : Where web help & support is needed

    Can't get my forum to be wide Empty Re: Can't get my forum to be wide

    Post by Ikerepc Thu Jan 22, 2015 12:11 pm

    you can have that theme, you should on it in css have something like
    Code:
    #wrap {
      width: [amount]px;
    }

    But in place of [amount] write some number. you just need to change that to percents like this:

    Code:
    #wrap {
      width: 95%;
    }
    Ramdaman
    Ramdaman
    Active Poster


    Male Posts : 1590
    Reputation : 99
    Language : English, Albanian, Macedonian, Russian | HTML, CSS
    Location : New York City

    Can't get my forum to be wide Empty Re: Can't get my forum to be wide

    Post by Ramdaman Thu Jan 22, 2015 12:25 pm

    So, this is solved?