• Resolved ralexandra

    (@ralexandra)


    Hello,
    I want to make the width of my post columns exactly 765 pixels wide, narrower than the current column width of Pictorico.

    I searched the forums, and tried this CSS but it did not work:

    .post .content {
    width: 765px;
    }

    Is there another fix?
    Thank you.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hey there,

    You could do something like this:

    .entry-content {
      width: 765px;
    }

    That targets the entry-content area, as you said you wanted the post column I presume this is all you wanted.

    Have a great day.

    Thread Starter ralexandra

    (@ralexandra)

    Yes, thank you Timothy. This worked just fine!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘changing width of post columns’ is closed to new replies.