removing margins

Viewing 3 posts - 1 through 3 (of 3 total)
  • #6973
    duck
    Participant

    Anyone know where I can remove the margins in the header? thanks!

    http://www.bigthicketbees.com

    #7161
    duck
    Participant

    any ideas on how to remove margins around the header? I would like a larger header image and no margins. thanks!

    #7326
    Alexander
    Participant

    Yes, can be done.

    But there are some elements on that part of the page that are entangeled and must be taken into consideration when you change something.

    What happen to your header and bigger image when your social media tags, that can grow to your left as you add more links?

    What will happen to header and bigger image when your search field expands?

    So bottom line: yes, you can remove the upper and left margin by adding this to your css declaration:

    #site-title {
    margin:0;
    line-height:0;
    }

    You want to remove the lower margin aswell? Than you have to adjust the search field up and forget about any social media tags (to my knowledge). You’re ready for that let me know πŸ™‚

    Cheers,
    Alexander @ http://www.mouseclick.com

    • This reply was modified 11 years, 7 months ago by Alexander.
Viewing 3 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.