December 25, 201015 yr I've been trying to tweak the styling on http://beecycle-co-uk.domain-ref.http.xenon.lon.periodicnetwork.com/Products.aspx?category=2&product=8 for a while now, and for some reason that page's #wrappper is aligned left, not center. I've picked through each element but I can't see any reason for it to do that. Am I missing something?
December 25, 201015 yr In my browsers the wrapper (ie the whole page) is already centered in a large screen resolution because of the width :960px; margin: 0 auto; for #wrapper. If you want the text to align center, then there is no code yet to do that as the default is to align left. Use text-align: center; for the#wrapper style or one of the inner divs if you want the text centered. Edited December 25, 201015 yr by Wickham spelling
Create an account or sign in to comment