• Hi! I’d like to reduce the margin on the top of the body (or header?), but I don’t know exactly how to do it. I tried some changes on the CSS but nothing did it.

    My site: http://www.pianoensanjusto.com.ar

    I’d just like to reduce the space above the logo (Piano en San Justo), to place it nearer the Navbar.

    Any help will be appreciated! 😀

Viewing 2 replies - 1 through 2 (of 2 total)
  • I have to same problem, in my website http://www.techminda.com

    ,my top margin is big,,i want to reduce my top margin to 0…
    i have change so many settings but not successful.

    some body please help us.

    Hey walt86, answer to your question is:
    Add the below code in your stylesheet:
    body > .container{
    margin-top:0px!important;
    }

    @yogesh, add the below code in your stylesheet:
    body{
    margin-top:0px!important;
    }

    this will reduce some space. And please do check your header.php file, there is a
    tag used after <body> tag. Delete that also.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Reduce Top Margin in Homepage’ is closed to new replies.