Hi please can you have a look at my spacing, i had to adjust it for the logo, know i dont know where to adjust to fix this gap. thanx http://www.coliccalmsa.co.za/?page_id=9
Info bar spacing
6 posts from 3 voices-
Posted 2 years ago #
-
Hey,
There are a couple of edit syou need to make to fix this:
1.) Open up style.css and find this code:
.breadcrumb { font-size: 11px; left: 22px; line-height: 12px; position: absolute; top: 147px; width: 850px; }Change the top element to 109px like this:
.breadcrumb { font-size: 11px; left: 22px; line-height: 12px; position: absolute; top: 109px; width: 850px; }2.) Open up /css/style1.css and find this code:
#head { background: url("../images1/bg_subpage.png") no-repeat scroll 0 126px transparent; }Change it to:
#head { background: url("../images1/bg_subpage.png") no-repeat scroll 0 88px transparent; }Save and upload these files, you should now find that the site looks similar to this: http://cl.ly/0h2q0P3M2Q0l401P1c3E
James
Posted 2 years ago # -
Your are a star!!!! Thank you for great support! Can i move the text up slightly to that bar on the same page.
Posted 2 years ago # -
Hey,
you can decrease the header height - this will move up the text. Open up style.css and search for:
#head{ height:205px; position:relative; z-index:1; }Change 205px to a lower value (i.e. 165px).
Posted 2 years ago # -
Hi, One more thing, i want to remove the image box's under the mainpage slider, i remove the code from Stylesheet (style.css) for the box as i can see, but under firefox on mac, it appears gone but on other browsers it shows a grey box.
http://www.coliccalmsa.co.za/Posted 2 years ago # -
Hey,
Open up index.php find and remove this code:
<div class="box_image"><img src='<?php echo $preview_pic_mainpage; $preview_pic_mainpage =''; ?>' alt="" /></div>If you are using the HTML placeholders instead, you need to find and remove the 3 instances of this code:
<div class="box_image"><!-- insert image here--></div>James
Posted 2 years ago #
Reply
You must log in to post.














