html - Changing margin-top to div in CSS -
i trying change margin-top property of div in wordpress theme, not seem work. have added following line custom css stylesheet:
div#primary { display: block; margin-top:50px; }
however div property want change not move down. example can found @ following url: http://who.designbond.co.uk/contact-2/ div need move down 1 containing text of phylosophy. can explain me doing wrong? thanks
div#primary { display: block; margin-top:50px !important; }
i know it's not thing (adding !important), can help.
Comments
Post a Comment