Your Cart is currently empty!
Product update
Coupon
add
Coupon code invalid! Please re-enter!
AJAX loader
You are here: HomeForum
Welcome, Guest

[SOLVED] responsive width problem in IE
(1 viewing) (1) Guest
  • Page:
  • 1
  • 2

TOPIC: [SOLVED] responsive width problem in IE

Re: responsive width problem in IE 10 years, 4 months ago #14880

Hi mostafa.
I added below line in my code, but my problem didn't solve at all. furthermore, my problem is in right position in addition to footer.

#position-d div.contact{width:33.2%;}

Re: responsive width problem in IE 10 years, 4 months ago #14881

Dear mostafa k and Iman Rahmanian,

IE8 don't support responsive template, because it don't support declaring @media (min-width: 1200px) in responsive.css file.

Thanks!

Re: responsive width problem in IE 10 years, 4 months ago #14883

SA Anh wrote:
Dear mostafa k and Iman Rahmanian,

IE8 don't support responsive template, because it don't support declaring @media (min-width: 1200px) in responsive.css file.

Thanks!


I have this problem in IE9 too!
the problem is when width is between 750 & 800 also 980 & 1183

Re: responsive width problem in IE 10 years, 4 months ago #14889

hi

We tested the tablet and mobile, there is a problem.

....

Re: responsive width problem in IE 10 years, 4 months ago #14891

Dear Iman Rahmanian,

Please go to your_site\templates\sj_company\asset\bootstrap\css\bootstrap-rtl.css and find:
[class*="span"] {
  float: right;
  margin-right: 20px;
  margin-left: 0px;
}


=>

[class*="span"] {
  float: right;
  margin-right: 20px;
  margin-left: 0px;
}

//Run IE 8	
	.row-fluid .span12 {
    width: 100%;
    *width: 99.946808510638%;
  }
  .row-fluid .span11 {
    width: 91.452991452991%;
    *width: 91.39979996363%;
  }
  .row-fluid .span10 {
    width: 82.905982905983%;
    *width: 82.852791416621%;
  }
  .row-fluid .span9 {
    width: 74.358974358974%;
    *width: 74.305782869613%;
  }
  .row-fluid .span8 {
    width: 65.811965811966%;
    *width: 65.758774322604%;
  }
  .row-fluid .span7 {
    width: 57.264957264957%;
    *width: 57.211765775596%;
  }
  .row-fluid .span6 {
    width: 48.717948717949%;
    *width: 48.664757228587%;
  }
  .row-fluid .span5 {
    width: 40.17094017094%;
    *width: 40.117748681578%;
  }
  .row-fluid .span4 {
    width: 31.623931623932%;
    *width: 31.57074013457%;
  }
  .row-fluid .span3 {
    width: 23.076923076923%;
    *width: 23.023731587561%;
  }
  .row-fluid .span2 {
    width: 14.529914529915%;
    *width: 14.476723040553%;
  }
  .row-fluid .span1 {
    width: 5.982905982906%;
    *width: 5.9297144935443%;
  }
  .row-fluid .offset12 {
    margin-left: 105.12820512821%;
    *margin-left: 105.02182214948%;
  }
  .row-fluid .offset12:first-child {
    margin-left: 102.5641025641%;
    *margin-left: 102.45771958538%;
  }
  .row-fluid .offset11 {
    margin-left: 96.581196581197%;
    *margin-left: 96.474813602473%;
  }
  .row-fluid .offset11:first-child {
    margin-left: 94.017094017094%;
    *margin-left: 93.910711038371%;
  }
  .row-fluid .offset10 {
    margin-left: 88.034188034188%;
    *margin-left: 87.927805055465%;
  }
  .row-fluid .offset10:first-child {
    margin-left: 85.470085470085%;
    *margin-left: 85.363702491362%;
  }
  .row-fluid .offset9 {
    margin-left: 79.487179487179%;
    *margin-left: 79.380796508456%;
  }
  .row-fluid .offset9:first-child {
    margin-left: 76.923076923077%;
    *margin-left: 76.816693944354%;
  }
  .row-fluid .offset8 {
    margin-left: 70.940170940171%;
    *margin-left: 70.833787961448%;
  }
  .row-fluid .offset8:first-child {
    margin-left: 68.376068376068%;
    *margin-left: 68.269685397345%;
  }
  .row-fluid .offset7 {
    margin-left: 62.393162393162%;
    *margin-left: 62.286779414439%;
  }
  .row-fluid .offset7:first-child {
    margin-left: 59.82905982906%;
    *margin-left: 59.722676850336%;
  }
  .row-fluid .offset6 {
    margin-left: 53.846153846154%;
    *margin-left: 53.73977086743%;
  }
  .row-fluid .offset6:first-child {
    margin-left: 51.282051282051%;
    *margin-left: 51.175668303328%;
  }
  .row-fluid .offset5 {
    margin-left: 45.299145299145%;
    *margin-left: 45.192762320422%;
  }
  .row-fluid .offset5:first-child {
    margin-left: 42.735042735043%;
    *margin-left: 42.628659756319%;
  }
  .row-fluid .offset4 {
    margin-left: 36.752136752137%;
    *margin-left: 36.645753773413%;
  }
  .row-fluid .offset4:first-child {
    margin-left: 34.188034188034%;
    *margin-left: 34.081651209311%;
  }
  .row-fluid .offset3 {
    margin-left: 28.205128205128%;
    *margin-left: 28.098745226405%;
  }
  .row-fluid .offset3:first-child {
    margin-left: 25.641025641026%;
    *margin-left: 25.534642662302%;
  }
  .row-fluid .offset2 {
    margin-left: 19.65811965812%;
    *margin-left: 19.551736679396%;
  }
  .row-fluid .offset2:first-child {
    margin-left: 17.094017094017%;
    *margin-left: 16.987634115294%;
  }
  .row-fluid .offset1 {
    margin-left: 11.111111111111%;
    *margin-left: 11.004728132388%;
  }
  .row-fluid .offset1:first-child {
    margin-left: 8.5470085470085%;
    *margin-left: 8.4406255682851%;
  }
/*--end--*/


Thanks!
The following user(s) said Thank You: iman_r1364

Re: responsive width problem in IE 10 years, 4 months ago #14892

Oh, it works. Tnx Dear SA Anh!
  • Page:
  • 1
  • 2
Time to create page: 0.29 seconds

Notification

Please find your issue via Suggested Posts before submitting your question. We have solved the most of issues and maybe your issue was solved before.

Latest My Topics

No posts to display.

Love all our templates?

Join our membership clubs starting at $49 only for access to all of our templates

Join Now
Home Pricing
Your Cart is currently empty!
Product update
Coupon
add
Coupon code invalid! Please re-enter!
AJAX loader
SearchSupport
Magento Themes Magento Extensions Free Magento Extensions Prestashop Themes Prestashop Modules Magento 2 Themes