How can I remove the space between the header & the browser's navigation bar?


Author Message
Jason

Posted: 11/23/2012
Quote message 

Guys, like the title said. I have a website www.guitarrailway.com. So as you can see there's a little space between the header and the browser's nav. bar. How do i get rid of that space between them?
 
Garry

Posted: 11/26/2012
Quote message 

Simply remove margin-top from following style:

.art-Sheet {
margin-top: 15px !important;
}
 
Zach

Posted: 11/26/2012
Quote message 

Hi Jason, Garry is 100% correct.

I've made a video tutorial for you and posted it on my blog, in case you're not familiar with editing Wordpress CSS styles. (it'll show you how to do it step-by-step)

Here's the link: http://artisteertutorial.com/artisteer/wordpress/how-to-remove-the-margin-above-the-sheet-in-a-wordpress-site-built-in-artisteer/
 
Jason

Posted: 11/26/2012
Quote message 

Thanks a lot guys! :)
 
Jason

Posted: 11/26/2012
Quote message 

But it still hasn't work for me , my code is
/* begin Box, Sheet */ .art-Sheet { 	position:relative; 	z-index:0; 	width: 990px; 	margin:0 auto; 	min-width:35px; 	min-height:35px; }
and all that happens is the page moves to the left after i delete the
margin:0 auto;
. Pls help out.
 
Abland

Posted: 11/26/2012
Quote message 

Hi, Jason,

Try adding this to style.css:
.art-nav {

margin-top: -39px !important;
margin-right: 300px !important;
}

 
Jason

Posted: 11/26/2012
Quote message 

Quote Abland:

Hi, Jason,

Try adding this to style.css:
.art-nav {

margin-top: -39px !important;
margin-right: 300px !important;
}



Thanks, but it only removes the space between the nav bar of the website and the header. What i meant is to remove space between the header and the nav bar of the BROWSER.

 
Abland

Posted: 11/26/2012
Quote message 

Hi, Jason,

Quote Garry:
Simply remove margin-top from following style:

.art-Sheet {
margin-top: 15px !important;
}


What Garry said is what's needed - starts line 202 of style.css
 
Garry

Posted: 11/26/2012
Quote message 

Make sure to save the stylesheet after making changes as I can still see margin-top in following style:

.art-Sheet {
margin-top: 15px !important;
}
 
Jason

Posted: 11/27/2012
Quote message 

Quote Garry:

Make sure to save the stylesheet after making changes as I can still see margin-top in following style:

.art-Sheet {
margin-top: 15px !important;
}


I was just tweaking around and learning more just now. Now i've changed the 15 pixel to 0 pixel instead of deleting the whole code

 
Razen Kellesly

Posted: 1/17/2017
Quote message 

:-) :-) :-) :-) :-)
finely i new the answer

its from the artisteer app
go to
1- content
2-shape
3-choose margin : no margin
4-in the same content menu chose text padding:no padding
5-thats it.
O:) O:) O:)