Hi to everyone! I would like to ask, is there anyone know how to move my main column down so that there is a space in between my nav header and main column. This is my url: www.creativholics.com.
Thank you so much!
Hi to everyone! I would like to ask, is there anyone know how to move my main column down so that there is a space in between my nav header and main column. This is my url: www.creativholics.com.
Thank you so much!
Easiest way would be to add html breaks into define main page..via zencart admin panel.
Zencart WIKI, link top right of this page, reveals
http://www.zen-cart.com/wiki/index.p...e_Pages_Editor
Find this in stylesheet_tm.css and add the red part:
#content{ border:solid 1px #E8E8E8; background:#fff; padding:19px 10px 9px 19px; margin: 30px 0 0 0;}
Adjust the 30 to suit.