A Small Tweak for the Website

This is the place where you can conflab about all the other stuff besides videogames
Post Reply
Thesnipergecko

A Small Tweak for the Website

Post by Thesnipergecko »

Hi guys, not sure who deals with the website.

Find

Code: Select all

.featimg img{
    width: auto;
    max-width: none;
}
in style.css

Replace with

Code: Select all

.featimg img{
    width: auto;
    /*max-width: none;*/
}
This should fix the odd scaling of the images in the boxes. :)
User avatar
ratsoalbion
Admin
Posts: 7933
Joined: August 28th, 2012, 9:41 am
Location: Brighton, England
Contact:

Re: A Small Tweak for the Website

Post by ratsoalbion »

Thanks for the tip.

Jay is our man when it comes to this sort of thing, so I'll leave it in his capable hands...
User avatar
JaySevenZero
Admin
Posts: 2645
Joined: August 27th, 2012, 4:28 pm
Location: Liverpool, Europe, Earth
Contact:

Re: A Small Tweak for the Website

Post by JaySevenZero »

Done. Nice one for that, so you'll now be the one to message if I have any questions regarding css then? ;)
Thesnipergecko

Re: A Small Tweak for the Website

Post by Thesnipergecko »

JaySevenZero wrote:Done. Nice one for that, so you'll now be the one to message if I have any questions regarding css then? ;)
Might as well :) Nokkons been doing it for years ;)
Post Reply