Jump to content

Bringing image downwards


Guest on_way_to_fame

Recommended Posts

Guest on_way_to_fame

Hi,

On my site (stylevolume.com) . I just wanted to bring my header slightly more downwards, so that, it can cover the blank spaces between the links. What would be the best way to do it?

Thanks

Ash

Link to comment
Share on other sites

Guest MASsIVE

I think you may want to edit the pagesurround css tag

change this:

#pageSurround {

	width: 98%;

	margin: 0px auto;

	padding: 5px;

}




To this:


#pageSurround {

	width: 98%;

	margin: 0px auto;

	padding: 10px 5px 5px 5px;

}

This will now give you control of all 4 attributes as per

padding: toppx rightpx bottompx leftpx;

This will solve the issue :blink:

Link to comment
Share on other sites

Guest on_way_to_fame

Thanks for the suggestion Massive, but it doesn't seem to be working. This is what my tags looked like, after the change

#pageSurround {

width: 98%;

margin: 0px auto;

padding: 10px 5px 5px 5px;

}

But nothing seems to be changed?

Any ideas?

ash

Link to comment
Share on other sites

Guest MASsIVE

Seems I have misread the initial post

open your Killer/styleSheets/layout.css

Look for the tag .topCats it will look like this

:w00t: Also set the the id #pageSurround to

.topCats {



	text-align: center;



	background-image: url('../styleImages/backgrounds/catBg.gif');



	height: 42px;



	color: #ffffff;



	margin-bottom: 15px



}




Replace with this


.topCats {

	text-align: center;

	background-image: url('../styleImages/backgrounds/catBg.gif');

	height: 42px;

	color: #fff;

	margin-bottom: 4px

}




You can then adjust the bottom margin accordingly 
#pageSurround {

width: 98%;

margin: 0px auto;

padding: 5px;

}

Link to comment
Share on other sites

Guest MASsIVE

Try changing the height

.topCats {

text-align: center;

background-image: url('../styleImages/backgrounds/catBg.gif');

height: 32px;

color: #fff;

margin-bottom: 4px

}

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...