Advertisement:

Author Topic: [FIX] Background not full when the browser window is minimized  (Read 1277 times)

volunteer

  • Full Member
  • ***
  • Posts: 241
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
« Last Edit: March 11, 2014, 06:39:38 am by volunteer »

volunteer

  • Full Member
  • ***
  • Posts: 241
Re: [FIX] Background not full when the browser window is minimized
« Reply #1 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 :)

frosticek

  • Hero Member
  • *****
  • Posts: 3948
Re: [FIX] Background not full when the browser window is minimized
« Reply #2 on: March 11, 2014, 11:21:19 am »
@volunteer
I have just tested demo and works fine for me  ???

volunteer

  • Full Member
  • ***
  • Posts: 241
Re: [FIX] Background not full when the browser window is minimized
« Reply #3 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

frosticek

  • Hero Member
  • *****
  • Posts: 3948
Re: [FIX] Background not full when the browser window is minimized
« Reply #4 on: March 11, 2014, 02:50:25 pm »
@volunteer
Oh, right, when I minimized windows, bug was visible :/

volunteer

  • Full Member
  • ***
  • Posts: 241
Re: [FIX] Background not full when the browser window is minimized
« Reply #5 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.