• Resolved Katyespana

    (@katyespana)


    My site is
    test.cbmwalkers.org.
    I am new to WordPress and trying to develop the site with a child theme based on twentytwelve. I want to make the site fill the screen so I changed the background to white to match the background on the pages but when I do this I lose the edge of the text on the Right had side. If I make the background anything other than this white – ~ffffff then the text is all there, but the page doesn’t fill the screen. I have no sidebar on any pages. Please can someone help me get a full size screen showing all the text? Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • Sam

    (@soumendra)

    Hello,

    You can try this in your Custom CSS for achieving that:

    .wrapper {
        width: 937px;
    }

    Hope that helps you, feel free to ask if there is any other problem.

    Thank you.

    Thread Starter Katyespana

    (@katyespana)

    Thanks Sam, you’re a star! . The first attempt didn’t seem to work so I change the width to 931 px and now it all looks fine.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Text cut off on rhs when I make background white.’ is closed to new replies.