• Resolved SUM1

    (@sum1)


    Hi. I want to change one page so that instead of the text and page content being confined to a narrow column in the centre (I think 600px wide), to spread across the page so that there’s only about 20-30 pixels on either side. I’ve tried numerous CSS codes that I’ve found online, but all they do is either corrupt the text position and dimensions or apply the effect to ALL pages. I only want it on one.

Viewing 1 replies (of 1 total)
  • Thread Starter SUM1

    (@sum1)

    I’ve just solved this problem. I found online some code:

    .page-id-366 #spMainContainer {
    width: 1400px;
    }

    and upon pasting it into the CSS Editor and changing some values, including the appropriate page id and certain width values, I was eventually able to get the width I wanted.

Viewing 1 replies (of 1 total)
  • The topic ‘How To Make A Page or Posts's Text Fill The Whole Width of the Page’ is closed to new replies.