Jump to content

Need to remove dead space left after modules disabled


Recommended Posts

Hi guys,

 

Im designing a site with the Prestadesigner_healtystore template.

I loved the look of the site with all the lovely modules, my boss didnt.

He wants the front page to have the top nav menu, with the custom html module underneeth, so I disabled and even uninstalled the modules that were there, carousel and slideshow.

 

Now I have a lot of dead space between top nav and html block as seen in this link

Ive tried editing the hcat.css to no avail.

 

Can somebody point me in the right direction?

 

Thanks in advance

 

Steven

Link to comment
Share on other sites

You will need to edit the global.css file located in themes/yourtheme/css find the sections below and change to this example from there you can play as you wish. (changed height of #header and padding of #index #columns and margin-top of #columns.wrapper)

 

 

#header {

background: url("../img/img.jpg") repeat-x transparent;

height: 190px;

margin: 0 auto;

width: 945px;

}

#columns{

padding-top:1px;

background-color:#EDE4CB;

}

 

#index #columns {

padding-top: 0px;

}

#columns .wrapper {

padding-top: 0;

margin-top: 10px;

}

 

 

You may also need to edit the following to get the footer in place

 

.wrapper {

width: 945px;

margin: 20px auto;

text-align: left;

}

 

#footer {

padding: 0em 0;

clear: both;

color: #333333;

background-color:#d5c8a5

}

Edited by tdr170 (see edit history)
  • Like 1
Link to comment
Share on other sites

Thanks for the speedy reply,

I was using Firebug which was pointing me in the hcatmenu.css, as a real newbie I rely on firebug,,, anywaY I've changed global.css as requested ant this did exactly what I needed, again Thanks.

 

Steven

Link to comment
Share on other sites

×
×
  • Create New...