Osclass forums

Support forums => Themes => Repurpose => Topic started by: volunteer on March 09, 2014, 02:11:00 am

Title: [FIX] Background not full when the browser window is minimized
Post by: volunteer on March 09, 2014, 02:11:00 am
CSS background color width reduces when browser window is resized

tested with FF-CHROME-CHROMIUM-IE-OPERA on my own site.. always the same problem

also tested from original DEMO http://demo.osclass.org/general/?theme=repurpose  same!

see capture
Title: Re: [FIX] Background not full when the browser window is minimized
Post by: volunteer on March 11, 2014, 06:40:52 am
I am here is the solution

in /themes/repurpose/css/custom.css

add this like to the body: min-width: 980px;

result:

body{
    background:#F0F0F0;
    font-size:14px;
    min-width: 980px;
}

that will do! cheers :)
Title: Re: [FIX] Background not full when the browser window is minimized
Post by: frosticek on March 11, 2014, 11:21:19 am
@volunteer
I have just tested demo and works fine for me  ???
Title: Re: [FIX] Background not full when the browser window is minimized
Post by: volunteer on March 11, 2014, 02:01:43 pm
the trick is to minimize the windows and then scroll to the right side till the end of the site.
like in that capture

didnt work fine for me, I have sent the link to other people and had the same problem
Title: Re: [FIX] Background not full when the browser window is minimized
Post by: frosticek on March 11, 2014, 02:50:25 pm
@volunteer
Oh, right, when I minimized windows, bug was visible :/
Title: Re: [FIX] Background not full when the browser window is minimized
Post by: volunteer on March 11, 2014, 03:25:07 pm
this theme has many bug.. minor one and important one like this one I mentioned here and another concerning translations and .PO files..  I have posted a FIX for that too.