• Hi,

    Last week, I followed some instructions online to remove the extra white space on the side of my website (www.sharpfluff.com) and now the text is clipping/being cut off on the right hand side, of all the 1-column pages. E.g. go to “about us”

    I am using a child theme of Twenty Ten.

    Could someone please help suggest the best way to fix it?

    Is it here:

    #content {
    margin: 0 280px 0 50px;

    Thanks in advance for your help. This forum has been very useful since starting up.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Can you provide a link so we can take a look?

    Thread Starter soho2

    (@soho2)

    Thanks. Here is a link: sharpfluff.com/aboutus/

    In your CSS, try changing the width of .one-column #content from this:

    .one-column #content {
      margin: 0 auto;
      width: 950px;
    }

    to this:

    .one-column #content {
      margin: 0 auto;
      width: 940px;
    }

    That should solve your problem.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Text getting cut off/clipped’ is closed to new replies.