Jump to content
WebFlake
  • 0

Deflection Skin - Space'


Andrew™

Question

3 answers to this question

Recommended Posts

  • 0

go into ipb_styles.css and find the code below
 

#secondary_navigation{
	background: #202020 url('{style_images_url}/secondary_nav_bg.png') repeat-x 0 0;
	border: 1px solid #2d2d2d;
	text-shadow: rgba(0,0,0,0.8) 0px -1px 0px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	overflow: hidden;
	line-height: 37px;
	margin-bottom: 15px;

the code below is what you want to edit, u can delete it or make it smaller to your liking

margin-bottom: 15px;

seems this hook Top x Stats look for skin_topxstats > output and remove the <br> from the beginning of the code 

Edited by John666M
  • Upvote 1
Link to comment
Share on other sites

  • 0

go into ipb_styles.css and find the code below

 

#secondary_navigation{
	background: #202020 url('{style_images_url}/secondary_nav_bg.png') repeat-x 0 0;
	border: 1px solid #2d2d2d;
	text-shadow: rgba(0,0,0,0.8) 0px -1px 0px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	overflow: hidden;
	line-height: 37px;
	margin-bottom: 15px;

the code below is what you want to edit, u can delete it or make it smaller to your liking

 

seems this hook Top x Stats look for skin_topxstats > output and remove the <br> from the beginning of the code 

You are awesome, this helped me a lot, thanks for your time!

Link to comment
Share on other sites

×
×
  • Create New...