Jump to content

[SOLVED] Horizonal Menu and missing background


Recommended Posts

Hi :) add this code to global.css line 97

 

#wrapper1 {
   background: url("../img/bg_top.png") no-repeat scroll 50% 0 #000000;
   min-height: 100%;
   min-width: 1000px;
   overflow: hidden;
}

also, your header looks messed up(too much space). Try to arrange the module positions, according to the theme isntructions.

  • Like 1
Link to comment
Share on other sites

Hi :) add this code to global.css line 97

 

#wrapper1 {
background: url("../img/bg_top.png") no-repeat scroll 50% 0 #000000;
min-height: 100%;
min-width: 1000px;
overflow: hidden;
}

also, your header looks messed up(too much space). Try to arrange the module positions, according to the theme isntructions.

 

 

It worked! Thank you, thank you, thank you, thank you, thank you so much!!!!!!!!!!!! :) :) :)

Link to comment
Share on other sites

×
×
  • Create New...