• I have a theme that is centered – can anyone tell me how I can make this theme align to the left of the browser rather than in the center

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • A url would help us see it but if you look in the CSS for #rap or something similar there should be no margin declared. If there is delete it.

    Thread Starter ghecko

    (@ghecko)

    Sorry currently using on local machine at the mo – but if you look at https://www.alexking.org/software/wordpress/theme_browser.php and choose forinstance the pool them – I want it left aligned rather than in the middle

    I looked for rap in the css – no luck there though.

    Look for margin: 0px auto; or margin: 0 auto; in #content{}

    Just take that out and it should work. And when I say take that out, I mean the margin: 0px auto; or margin: 0 auto;, not the whole #content{}

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Align Main Table Left’ is closed to new replies.