Mon, 2014-03-31 02:24
Mon, 2014-03-31 02:25
#1
<div class="head"> <div
<div class="head"> <div class="head_r"> <div class="head_l"> <div class="logo"> <div class="spacer"><a href="http://sacredcirclegifts.com/index.php?main_page=index"><img src="includes/templates/theme131/images/logo.jpg" alt="" width="814" height="348" /></a></div> </div> </div> </div> </div>
Wed, 2014-04-02 11:01
#2
Well the height of your logo
I suppose you are talking about the space between your menu and your top logo.
If so take a look at the following code inside your stylesheet_tm.css file:
.logo { text-align: right; padding: 0px 99px 5px 0px; }
Change this code to:
.logo { text-align: right; padding: 0px 0px 5px 0px; }
And the space is gone.