Hi ,
on my page http://differenzsystem.com/akritiv_ver2/
on IE 8 , (Email address hidden if logged out) is not display correctly , can you suggest CSS fix for this ?
Thanks
Brijesh
Hi
it is okay for now we have changed as below.
layout.css (line no=68)
.social_header .phone-info {
float: left;
font-weight: bold;
height: 30px;
line-height: 10px;
width: 260px !important;
width change 260px to 290px
but it is not aligned properly in Chrome , can you help ?
Hi!
This is how it looks on my end on Chrome on Win7 http://i.imgur.com/IU8QvBD.jpg
Can you please post a screenshot so we can see how it looks on your end? And which OS are you using?
Best regards,
Yigit
Hi!
Please try adding following code to Quick CSS in Enfold theme options under Styling tab
@media only screen and (min-width: min-width: 480px) {
.social_header .phone-info { margin-right: -30px; }}
Regards,
Yigit
Thanks , it works!