
05-06-2014, 02:42 PM
|
 |
Ecwid Team
|
|
Join Date: Feb 2010
Location: Ecwid headquarter
Posts: 5,876
|
|
Quote:
Originally Posted by QEI Imports
Hi Maya
Thanks for this. Unfortunately it didn't work. Here's a screen shot:
The effect was the same as the css you gave to Nicole - i.e. logo becomes a background and everything sits on top of it. The css for the auth-mini-horizontal class had no effect. I've disabled all for now and returned to my css controlling the -auth class, so that the logo is not being overlapped. Do you have any more suggestions?
By the way, does it make a difference where in my css I place this? As you suggested, I placed your code at the end, but I didn't see any difference when I did that with my snippet, so I've left it at the top (easier to find!).
|
Hello,
I'm sorry for delay with answer.
It seems that some Ecwid rules were overrided by default Ecwid styles. Please, use !important to solve this conflict.
Try following code instead of yours:
Code:
body.ecwid-rich-mobile table.ecwid-productBrowser-auth-mini-horizontal{
margin-top: -60px !important;
}
body.ecwid-rich-mobile div.ecwid-productBrowser{
padding-top: 80px !important;
background: transparent url(http://www.qei-imports.com/media/3145/QEI_logo_sig_100.png) 10px 10px no-repeat;
}
I look forward to your reply.
__________________
Maya N., Ecwid Team
------------------
Welcome to our new Help Center!
|