*Background width issue for demo

GK User
Sat May 12, 2012 4:48 pm
When viewing the demo (http://demo.gavick.com/joomla16/feb2011/) in all browsers, there is an issue when you make the width of the browser smaller than the actual site width. See the screenshot below. The background isn't extending all the way across.

Gavick or members...is there a fix for this?

Screen shot 2012-05-12 at 11.42.15 AM.jpg
User avatar
Senior Boarder

GK User
Mon May 14, 2012 4:07 pm
Hi,

I've just checked any seen it happens with some other templates as well. I'll check more and report to developers to fix it soon.

Thanks for you report.

Cheers,
User avatar
Platinum Boarder

GK User
Mon May 14, 2012 4:13 pm
I found a solution, add this code to CSS Override to fix:
Code: Select all
body{
min-width: 1000px;
}

Cheers,
User avatar
Platinum Boarder

GK User
Mon May 14, 2012 4:34 pm
Thanks Don - that fixed it...I ended up changing mine to "min-width: 1002px;" to match the template width parameter in the template manager. I think Penguin Mail has this same issue too.
User avatar
Senior Boarder

GK User
Mon May 14, 2012 4:43 pm
I think this issue happens with every template of ours. We will check and fix for all soon, maybe a new release will be out tomorrow.

Cheers,
User avatar
Platinum Boarder

GK User
Mon May 14, 2012 4:47 pm
Gotcha...and maybe instead of putting the min-width into the CSS, would it make more sense to have it dynamically load from the template width parameter into the <body> tag within the main PHP file?
User avatar
Senior Boarder

GK User
Mon May 14, 2012 4:55 pm
Yeah, you're brilliant :D I will ask developers to implement the same.
User avatar
Platinum Boarder

GK User
Thu Jun 21, 2012 6:56 am
Hi,

This bug is fixed now please upgrade your template to the latest version to get it.

Cheers,
User avatar
Platinum Boarder


cron