Hi.
I think that is work now with some changues in CSS, but I detect problems in another CSS styles. For example:
You have this in ebs-frontend.css
.wrap {
margin-bottom: 0;
margin-left: auto;
margin-right: auto;
margin-top: 0;
width: 600px;
}
But I have this in my style.css
.wrap {
margin-bottom: 0;
margin-left: auto;
margin-right: auto;
margin-top: 0;
max-width: 1140px;
}
And your style override mine.
I use Child Theme Metro Pro, with Genesis from studiopress.
Maybe I think that is work is you not use common tags like body, wrap, etc… or use with a prefix.
http://hormigasenlanube.com/