• Hey, just one little problem with my site. I can’t seem to reduce the top margin on my template. its just some unnecessary white space that id like to eliminate.

    my site
    for reference
    thanks

Viewing 1 replies (of 1 total)
  • Remove

    padding-top: 30px;

    from

    #wrap {

    in your stylesheet

    or if using a child theme add

    #wrap {padding-top: 0;}

    to bottom of your child theme’s stylesheet

Viewing 1 replies (of 1 total)

The topic ‘Minimizing top margin’ is closed to new replies.