The CSS box for the mission statement is not showing correctly.

Comments

LeonidShamis’s picture

Same here.

I have tried creating the mission box to simulate what is on the seoposition.com website and from looking on the page source code I can say that my markup looks the same, but the result looks different.

I have noticed that there is a difference in the stylesheet used on the seoposition.com website (they still call it amadou :)) and the style.css provided in the Alek_2_0 theme.

Thank you.

LeonidShamis’s picture

I have found the problem with the mission box.

The following line should be removed:
padding: 5px 0 5px 16px;

Here is the version of mission style that works:
#mission {
font-size: 13px;
margin: 0 0 2em 0;
background: #F4F1EA url('img/mission3.gif') top center repeat-y;
width:515px;
}

I do not know yet how to submit patches or how to commit changes to CVS. I hope one of the maintainers of this great team will apply the fix.

Gurpartap Singh’s picture

Status: Active » Fixed

The mission box now looks like the one as on seoposition.com!

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.