dannygreen
-
Alter background image depending on length of text.
Thanks! It may be a cheat, but a clever one. Thanks again
-
Alter background image depending on length of text.
Apologies, yes it was that image I was referring to.
-
Responsive Layout Not adapting margin-left as div width decreases.
Thanks Timmey, didn't think it would be that simple but it was.
-
Responsive Layout Not adapting margin-left as div width decreases.
Sorry I forgot to mention that there will be a small paragraph of text under each icon which I would prefer not to be centred.
-
Floated H1 & H2 not lining up in responsive layout
Sorted it thanks, by using a wrapper with width:100% and max-width:980px. Thanks
-
Floated H1 & H2 not lining up in responsive layout
Thanks for your help, Is there a better way i could do this? I would like to avoid using pixel based width values if possible and would like to have a 'real' margin-left value rather than one I've made up to bodge this issue. Thanks
-
Padding-Top:()em pushed h1 down too far.
sorted it, I was working the em value out from the body font-size rather than that of the parent div. Thanks