Jump to content

[SOLVED] Hook "Home" banners (Theme configurator) - Misaligned in Firefox/IE browser


Recommended Posts

Hi Guys,

My hook "Home" banners (Theme configurator) are misaligned when browsing site with Firefox.

 

I did made some changes in these banners (all through Theme configurator module). I cut in half height of first rows banners (142p), and added another 2 rows of 3 banners in a row.

 

I really dont know how to fix this, so as always any help is much appreciated.

Site: http://hejkupi.me
 

Here is screenshot:

xaZI1sM.jpg

 

Thanks.

Regards, 

Vedran

Edited by vmarkovic (see edit history)
Link to comment
Share on other sites

at the moment i don't see there these banners

you disabled them? or what?

Hi Vekia,

 

No, I didnt disabled them.

 

Hello

 

I see this in FF

http://screencast.com/t/H5oM8SkWtMIb

 

Paul

 

vibestore.co.uk under construction

Hi Paul,

 

Actually, I see it as attached above in FireFox and in IE.

 

PS - Nice store :)

 

Regards,

 

Vedran

Edited by vmarkovic (see edit history)
Link to comment
Share on other sites

Only solution i see right now is to remove height:auto from

#htmlcontent_home ul li img {
    height: auto;
    max-width: 100%;
}

but you need to do this only for high resolutions with media query, otherwise your images won't look good at smaller resolutions.

Link to comment
Share on other sites

Hi Vekia,

 

No, I didnt disabled them.

 

Hi Paul,

 

Actually, I see it as attached above in FireFox and in IE.

 

PS - Nice store :)

 

Regards,

 

Vedran

 

sorry for the confusion, somehow i had little troubles with add block, i blocked whole blocks and this is why banners disappeared for me. now i see and seems like problem is solved? )

Link to comment
Share on other sites

sorry for the confusion, somehow i had little troubles with add block, i blocked whole blocks and this is why banners disappeared for me. now i see and seems like problem is solved? )

Hi Vekia,

 

Sorry for late reply. Actually it is not solved, as I did not figure it out how to solve. Regarding firefox not showing these banners - it happened to me few times.

 

Regards,

 

Vedran

Link to comment
Share on other sites

  • 1 month later...

 

I found solution : 

 

global.css

 

change :
 
.col-xs-4 {
  width: 33.33333%; }
 
In : 
 
.col-xs-4 {
  width: 33.3%; }
 
And it's all riiiiight :)

 

Hi stevent,

 

Thanks for your reply. This is not working in my case.

 

Regards,

 

Vedran

Link to comment
Share on other sites

 

You must test in firebug first ==> here is the solution for you ==>

 

.col-xs-4 {
    width: 33.293%;
}

 

 

Hi Stevent,

 

Sorry, I am not so skilled with this. Anyway, thanks for your solution, it is working :)

 

bLyJ0SM.jpg

 

But, it is happening again in Internet Explorer, any solution for that?

 

Regards,

 

Vedran

Edited by vmarkovic (see edit history)
Link to comment
Share on other sites

test with this : 33.289%

 

In Internet exporer, firefox, Chrome, etc... you can press F12 to see the code of the site and the CSS file to test your website.

 

In firefox, you can install FIREBUG to do that.

 

check this video : 

Link to comment
Share on other sites

test with this : 33.289%

 

In Internet exporer, firefox, Chrome, etc... you can press F12 to see the code of the site and the CSS file to test your website.

 

In firefox, you can install FIREBUG to do that.

 

check this video : 

TA-DA! Solved!

 

Thanks a lot stevent for you help, I will mark thread as [sOLVED]

 

Regards,

 

Vedran

Link to comment
Share on other sites

×
×
  • Create New...