Osclass forums
Support forums => Themes => Repurpose => Topic started 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
-
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 :)
-
@volunteer
I have just tested demo and works fine for me ???
-
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
-
@volunteer
Oh, right, when I minimized windows, bug was visible :/
-
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.