开发者

why is the banner a bit off when moving the sites

I am currently moving an expression engine site from one domain to another but i am having problems with the homepage banner css/html

the original site is here the new site is here

and everything else looks fine except the banner....any ide开发者_如何学Pythonas


Give #main-content a width like 850px like you did div below it. also change:

body.home #main_content {
    min-height: 0;
}

to

body.home #main_content {
    min-height: height-of-slide;
}

that should fix your problem

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜