Hi-
Please assist asap :)
When this site: http://209.240.152.242/wordpress/
is viewed in IE the footer widgets are staggered. They appear in a straight line in other browsers. This is a major issue!
Hi-
Please assist asap :)
When this site: http://209.240.152.242/wordpress/
is viewed in IE the footer widgets are staggered. They appear in a straight line in other browsers. This is a major issue!
Hey!
You can try to add
style="clear:both;"
the social icon links.
Best regards,
Peter
Hi MorrisMuseum,
Open header.php and find this line of code:
<link rel="stylesheet" href="<?php echo get_bloginfo('template_url'); ?>/css/shortcodes.css" type="text/css" media="screen"/>
below it, add this code:
<!--[if IE]>
<link rel="stylesheet" type="text/css" href="<?php echo get_bloginfo('template_url'); ?>/css/ie.css" />
<![endif]-->
Save it, and go to the css folder and create a file and name it ie.css, inside this file add this code:
.one_fifth {
width: 7.9% !important;
}
Hope this helps. :)
Regards,
Ismael
Again Ismael- BUDDHA! thank you so very much. :)
Glad Ismael could help! Let us know if you have any other questions.
Regards,
Mya
This topic has been closed to new replies.