Inset2 module position not showing correctly in IE7 & 8
Joomla template especially designed for news or magazine website with amazing content display flexibility.
- GK User
- Mon Mar 05, 2012 2:01 pm
Hi,
I am in the middle of redeveloping our site with TWN2 template and all is well except for when the site is viewed in IE7 & 8.
The inset2 position is wrapping down below the other module and I do not know how to get this to show correctly.
Could you please take a look and advise me of that I can do.
url: dev.mnialive.com
Joomla version: 2.5.1
browser issues: IE 6,7 & 8
Thanks in advance.
I am in the middle of redeveloping our site with TWN2 template and all is well except for when the site is viewed in IE7 & 8.
The inset2 position is wrapping down below the other module and I do not know how to get this to show correctly.
Could you please take a look and advise me of that I can do.
url: dev.mnialive.com
Joomla version: 2.5.1
browser issues: IE 6,7 & 8
Thanks in advance.
-
- Fresh Boarder
- GK User
- Tue Mar 06, 2012 4:21 pm
Hi,
Try adding this code to CSS Override:
Then let me know if it helps.
Try adding this code to CSS Override:
- Code: Select all
#gkInset2{
width: 20%!important;
}
Then let me know if it helps.
-
- Platinum Boarder
- GK User
- Wed Mar 14, 2012 2:10 pm
Thanks very much that worked great.
-
- Fresh Boarder
- GK User
- Wed Mar 14, 2012 2:29 pm
You're most welcome, just feel free to let me know if you need any other helps.
Have a nice day,
Have a nice day,
-
- Platinum Boarder
- GK User
- Fri Apr 13, 2012 11:57 pm
Hi,
I have just noticed that this problem is now affecting Firefox version 10 and 11 as well.
Could you advise please.
Thanks
Don
URL. www.mnialive.com
Joomla Version: 2.5.4
Browser: Firefox 10, 11
I have just noticed that this problem is now affecting Firefox version 10 and 11 as well.
Could you advise please.
Thanks
Don
URL. www.mnialive.com
Joomla Version: 2.5.4
Browser: Firefox 10, 11
-
- Fresh Boarder
- GK User
- Mon Apr 16, 2012 11:06 pm
Hi,
It's because you have put this code to file override.css
while I have suggested you to make it just 20% but you changed it to 20.6, that causes the issue, please change to 20% then it will be fixed.
Cheers,
It's because you have put this code to file override.css
- Code: Select all
#gkInset2 {
width: 20.6% !important;
}
while I have suggested you to make it just 20% but you changed it to 20.6, that causes the issue, please change to 20% then it will be fixed.
Cheers,
-
- Platinum Boarder
6 posts
• Page 1 of 1