coxipereiradacosta
Member
Posted 3 years ago #
Hey
I use Safari Browser and my blog looks pretty good in it.
But today I went to Firefox to see how it was doing there and in the main page, the posts appeared different. They are completely at the left of the page!
Can anyone help me please?
http://fuelforecasting.com/
Best
Coxi
coxipereiradacosta
Member
Posted 3 years ago #
Hey
I use Safari Browser and my blog looks pretty good in it.
But today I went to Firefox to see how it was doing there and in the main page, the posts appeared different. They are completely at the left of the page!
Can anyone help me please?
http://fuelforecasting.com/
Best
Coxi
Open the style.css in your theme and look for the following:
.post {
border:1px solid #D9DDDD;
clear:both;
display:block;
float:right;
padding:3px;
width:650px;
I deleted float:right; and it seemed to fix the problem...not sure why, but when things work I tend not to question them much ;-)
coxipereiradacosta
Member
Posted 3 years ago #