Hello,
The moment I using chrome browser the css below stops to work, how can I fix that? In firefox works perfect..
.avia-logo-grid .slide-entry img {border: 4px double rgba(0, 0, 0, 0.3);}
.ex-tag{ position: absolute;margin-top: -60px;margin-left: -20px;color: #fff;font-size: 13px;padding: 2px 9px;background-color: #2a2c95;}
.avia-arrow { display: none; }
Hi lamenezes!
I compared your start page in Chrome and Safari but I can’t see any difference between them except that the border around the 3 elements under the slider has no border in Safari. Could you please provide us with screenshots highlighting the issues and what pages to find the problem elements on?
Regards,
Rikard
Someone, could you please help me?
Firefox : http://i.imgur.com/Q0qolQq.png
In the chrome browser the css code is not working =/
Hi!
I checked the site on chrome but I don’t see any difference. Can you please pinpoint the issue in the screenshot?
Regards,
Ismael
Hello Ismael.
The moment I log out the admin account, the changes stopping work. I put the css in the custom CSS.
How can I fix that?
Hey!
Remove the margin-left and margin-top values from your code and use top: -26px; instead.
.imoveis-tag {
position: absolute;
top: -26px;
}
Regards,
Elliott
Hello, Elliott.
I change the css code. But I dont see any changes in http://artenovaimoveis.com.br/. I dont undestand whats happens.