CSS issue - margin top - Google Chrome -


on joomla site have problem margin-top in google chrome. firefox & ie ok. there 27 pixels, menu above. use theme yootheme (but not able solve problem).

if enter style:

ul.menu.menu-dropline {   margin-top:27px; } 

google chrome version ok; not firefox & ie anymore.

unfortunately not css profi - can help.

kind regards winfo

i found these lines in css code. cause difference in behavior between ff , webkit browsers.

-webkit-margin-before: 1em; -webkit-margin-after: 1em; -webkit-margin-start: 0px; -webkit-margin-end: 0px; -webkit-padding-start: 40px; 

quick solution: add following css code.

ul.menu.menu-dropline {     -webkit-margin-before: 27px; } 

Comments

Popular posts from this blog

c# - Send Image in Json : 400 Bad request -

jquery - Fancybox - apply a function to several elements -

An easy way to program an Android keyboard layout app -