
09-07-2012, 11:18 AM
|
 |
Senior Member
|
|
Join Date: Dec 2009
Posts: 152
|
|
Quote:
Originally Posted by Maya
This problem has been caused by following code in your custom CSS theme:
Code:
body {
overflow: hidden;
min-width:980px;
border-top:3px solid black;
margin-top:-3px;
}
html {
min-widht:980px;
}
It sets width for Ecwid Facebook store more than iframe width, where it is placed. As a result, Ecwid store became partly hidden.
In order to fix it you should change "min-width" parameter value from "980px" to "810px" (Facebook iframe width). It should solve the problem.
|
I added this code into my main custom CSS theme and it caused all of my webpages to lose the vertical scroll bar. I suppose I should take the blame for being too stupid to understand what I did at the time, but if anyone else is thinking of blindly adding this code to their ecwid css theme, please realize that it will prevent anyone from scrolling down the pages on your website. It removes the scrollbar. Since my Add To Bag buttons are all located further down the webpage, I lost a full day and a half of sales due to this. Again, my own stupidity for not being css proficient, but I am still unhappy. If that code was supposed to be entered on the facebook site, then that should have been explained!
If someone can take a look at my facebook store and recommend how to remove the scrollbars from ONLY there, I would really appreciate it. Thanks in advance. https://www.facebook.com/TechToys2go/app_251458316228
Last edited by techtoys2go.com; 09-07-2012 at 11:49 AM.
|