2 replies [Last post]
bottomsup
bottomsup's picture
Offline
newbie
Last seen: 8 years 52 weeks ago
Timezone: GMT-4
Joined: 2014-03-31
Posts: 2
Points: 3

Hello Smile
I am trying to delete a spacer but cant seem to find where to delete it?
There is a spacer in the top of my page that I am trying to delete and I am unsure how.
ANY help is truly appreciated.

Here is the code from page source:

bottomsup
bottomsup's picture
Offline
newbie
Last seen: 8 years 52 weeks ago
Timezone: GMT-4
Joined: 2014-03-31
Posts: 2
Points: 3

<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>

helldog2004
helldog2004's picture
Offline
Enthusiast
Netherlands
Last seen: 6 years 34 weeks ago
Netherlands
Timezone: GMT+2
Joined: 2014-03-02
Posts: 205
Points: 239

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.

Check Maximum Webdesign for your online solutions