-
AuthorPosts
-
March 19, 2016 at 1:43 pm #600684
Hello!
I have a question. My web developer toolbar in firefox gives me a CSS error message: error in parsing value for “line-height” declaration dropped why is this happening?
My second question is ; how come our website difference in few places when viewing it with different browsers?
Example: if you take a look at our partners logos at the bottom of the page. in Firefox you can only see couple of the logos, while Google Chrome and Internet explorer there is no problem seeing all the logos.Best Regards,
JonathanMarch 25, 2016 at 6:43 am #603564Hi riwas222!
Thank you for using Enfold.
I have a question. My web developer toolbar in firefox gives me a CSS error message: error in parsing value for “line-height” declaration dropped why is this happening?
1.) Could you please provide a screenshot or provide more info about the issue?
2.) It is a custom html code. Why did you add an inline negative left margin in the table? Please remove it then add this in the Quick CSS field:
.img-zoom { width: 100%;; } #footer #text-3 table td { max-width: 25% !important; }
Best regards,
IsmaelMarch 29, 2016 at 12:41 pm #604438Hello Ismael! See the attached Print Screen for error message. Ismael I don’t quite follow you when it comes to you question why I used an inline negative margin in a table. Is it the footer column 3 you mean?
<style>
.img-zoom {
width:81px;
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
-ms-transition: all .2s ease-in-out;
}.img-zoom:hover {
-webkit-transform: scale(2);
-moz-transform: scale(2);
-o-transform: scale(2);
transform: scale(0.5);
}
</style><center><h5 style=”color: #919191;font-size: 15px;margin-left: -80px;margin-bottom: 11px;”>ETT URVAL AV VÅRA<br> SAMARBETSPARTNERS</h5></center>
Best Regards,
Jonathan- This reply was modified 8 years, 7 months ago by Damien.
March 30, 2016 at 12:55 pm #605122Hi!
remove all your custom code and then use it again one by one, to check which one is causing this issue.
You are using an old version of the theme, so please upgrade to Enfold 3.5.1 and let us know if you still need help afterwards.
Regards,
Andy -
AuthorPosts
- You must be logged in to reply to this topic.