Different appearance in different browsers

GK User
Mon Feb 27, 2012 6:03 pm
Hi!!

I'm using the Boutique template, GK 4 version 1.24, Joomla 2.5.1.

The template has a different look in IE, Chrome and Firefox: the black text over the images don't appera or appera at teh righet side instead of left side of the photos. How can I change this?

Thanks !!
User avatar
Fresh Boarder

Konrad M
Tue Feb 28, 2012 10:11 am
Hi
Can you give us url to your site?
User avatar

GK User
Tue Feb 28, 2012 7:10 pm
Thank for your answer. The URL is http://www.ibero-exchange.org/boutique/. Problem is basically the black text field over the three photos below the main photo. These fields are shown in a different way in each browser, and are missing completely in Firefox.

Thanks for having a look!
User avatar
Fresh Boarder

Konrad M
Wed Feb 29, 2012 11:11 am
Please try add to override.css
Code: Select all
.banner .nspArt .nspContainer .nspHeader {
left:0!important;
}

and remember to enable override.css option in template settings.
User avatar

GK User
Thu Mar 01, 2012 12:03 am
Thanks! And at any specific place in the css file?
User avatar
Fresh Boarder

Konrad M
Thu Mar 01, 2012 11:43 am
I don't recommend put it in diffrent file then override. Override is only one file which you will never have to override during updates template.
User avatar

GK User
Tue Mar 06, 2012 12:14 am
Hi!! Well, didn't work. Is the file ok?

/*
#------------------------------------------------------------------------
# boutique - September 2011 template (for Joomla 1.6/1.7)
#
# Copyright (C) 2007-2011 Gavick.com. All Rights Reserved.
# License: Copyrighted Commercial Software
# Website: http://www.gavick.com
# Support: [email protected]
*/

Code: Select all
.banner .nspArt .nspContainer .nspHeader {
left:0!important;
}

/* */

Thanks!
User avatar
Fresh Boarder

Konrad M
Tue Mar 06, 2012 9:48 am
Now shuld be ok

Code: Select all
/*
#------------------------------------------------------------------------
# boutique - September 2011 template (for Joomla 1.6/1.7)
#
# Copyright (C) 2007-2011 Gavick.com. All Rights Reserved.
# License: Copyrighted Commercial Software
# Website: http://www.gavick.com
# Support: [email protected]
*/

.banner .nspArt .nspContainer .nspHeader {
left:0!important;
}
User avatar

GK User
Mon Mar 12, 2012 5:42 pm
Thank you very much for you help!! Now works fine!! Well, just two layout things aren't working correctly: I have problems with two further things on the layout (just Internet Explorar, but ok and fine in Chrome and Firefox!):

1) Social icons are blurry /very pixeled

2) The grey backgroud behind the red triangles in the main photo to skip photos forward or backward isn't showing (also just in IE, other browsers are fine).

Template: http://www.ibero-exchange.org/boutique/

Thanks again form your help!
User avatar
Fresh Boarder

Konrad M
Mon Mar 12, 2012 9:09 pm
Which IE version do you use ?
User avatar


cron