B@ndit Posted August 29, 2012 Share Posted August 29, 2012 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 More sharing options...
tdr170 Posted August 29, 2012 Share Posted August 29, 2012 (edited) 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 August 29, 2012 by tdr170 (see edit history) 1 Link to comment Share on other sites More sharing options...
B@ndit Posted August 29, 2012 Author Share Posted August 29, 2012 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 More sharing options...
tdr170 Posted August 29, 2012 Share Posted August 29, 2012 Your welcome glad to help. Link to comment Share on other sites More sharing options...
Recommended Posts