开发者

why is the banner a bit off when moving the sites

开发者 https://www.devze.com 2023-02-07 02:43 出处:网络
I am currently moving an expression engine site from one domain to another but i am having problems with the homepage banner css/html

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

精彩评论

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