Forum width messed up 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.
2 posters

    Forum width messed up

    Kiekie
    Kiekie
    Forumember


    Female Posts : 48
    Reputation : 2
    Language : English, Dutch
    Location : Netherlands

    Forum width messed up Empty Forum width messed up

    Post by Kiekie September 27th 2017, 9:37 am

    Technical Details


    Forum version : #phpBB2
    Position : Member
    Concerned browser(s) : Mozilla Firefox
    Screenshot of problem : https://i.imgur.com/VA9ippq.jpg
    Who the problem concerns : A few members
    When the problem appeared : After a change to the CSS was made
    Forum link : http://www.warriorcatsnl.com/

    Description of problem

    Hello,

    Yesterday I have made a few changes to a forum of a friend of mine, solving a problem they had with the avatars in the Toolbar. The code I added was this:

    Code:
    #fa_usermenu img{
    max-width: 150px  !important;
        max-height: 100px  !important;
    }

    After that the forum changed for Firefox users, pushing it out of width. Weird thing is, is that not ALL Firefox users are experiencing this problem. I don't understand what is wrong and I want to fix this.

    How the forum should look on Chrome:

    How the forum looks in Firefox:
    Sir. Mayo
    Sir. Mayo
    Forumember


    Male Posts : 978
    Reputation : 90
    Language : English, Some french.
    Location : you can also reach me on snoonet's irc server. I idle in #Techsupport Username is Vault108

    Forum width messed up Empty Re: Forum width messed up

    Post by Sir. Mayo September 29th 2017, 12:04 am

    Try adding the following to your CSS:

    Code:
    .theme-default .nivoSlider {
     
    max-width: 710px !important;

    left: 32px;

    }