• my website, https://www.nineteenspices.com, is not aligning correctly. i’ve tried CSS-editing, but i don’t think i’m doing it correctly…appears fine in google chrome, but not in internet explorer. please, please help! i just started blogging and am already frustrated.
    thank you!

Viewing 1 replies (of 1 total)
  • It looks the same to me in Chrome, Firefox, and IE. The home page looks OK, but the individual post pages have the main content too wide so that it overlaps the sidebar. That’s mostly due to this custom CSS rule:

    .single .hentry {
       padding: 70px 0;
       width: 900px;
    }

    Not sure why you want the width at 900px, 730px is about as wide as you want to go because the primary container is set to 800px.

Viewing 1 replies (of 1 total)
  • The topic ‘text not aligned on live site’ is closed to new replies.