Link to home
Start Free TrialLog in
Avatar of Colin Brazier
Colin BrazierFlag for United Kingdom of Great Britain and Northern Ireland

asked on

Kill default webkit margin! Please!

I am trying to get rid of the default webkit-margin.

As you will see from the screenshot, I have applied margin: 0 to both figure and header figure but webkit-margin still seems to be actively applying a margin.

Do I need a silver bullet or am I missing something obvious (likely!)

Thanks for reading.

User generated image
ASKER CERTIFIED SOLUTION
Avatar of Chris Stanyon
Chris Stanyon
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Just as an afterthought - make sure your page has a valid DOCTYPE - some browsers will use the user-settings if you don't define one properly.
Avatar of Colin Brazier

ASKER

Thanks Chris.  There is an issue with IE11 I'm trying to sort out and I've just realised this wouldn't affect IE anyway. The DOCTYPE is fine.
Makes sense - something else is going on that's effecting your layout - not the user agent styling!

Post a link if you need fresh eyes
OK, if I do I'll post a new question.  Problem is I don't have IE11 (only in emulators) so i can't inspect properly.
Thanks.