The problem with the display of weather in internet Explorer. Descriptions flee to the right side,
The problem with the display of weather in internet Explorer. Descriptions flee to the right side,
You can change the layout copying wp-forecast-default.css to wp-forecast.css and edit wp-forecast.css according to your needs.
If you like, post your site url and I will have a look what has to be changed.
ok, given url prognoza pogody, thanks
Hello rebrov,
I tested with IE8 and the following change leads to success:
div.wp-forecast-fc-oneday {
padding-right: 250px;
}
And please check your html. There are several HTML errors in your document which makes it more difficult to analyse layout problems.
thanks tuxlog
Improved HTML, really bugs with Internet Explorer, but it does not change the fact that it is still as it was.
Change in div.wp-forecast-fc-oneday unfortunately did not help
Find out how you can once again if the notice the errors in the HTML write
I installed the plugin on a different theme and a problem with Internet Explorer is the same, look page
Well, it is a different theme and therefore you have a different layout. In this case try
div.wp-forecast-fc-head {
padding-right: 800px;
}
You must log in to post.