• Resolved jen.guyton

    (@jenguyton)


    Hi all,

    I’m working on https://pringle.princeton.edu and am having trouble getting the “entry-content” container to fit the text on the homepage. How can I change its size? Note that I can’t edit the php due to restrictions; I can only edit the overall stylesheet. I’ve tried:

    .page-id-7 .entry-content {
    	height: 415px;
    	padding-bottom: 50px;
    }

    Any toying with the height, the padding, and the margin. No luck so far.

    Thoughts?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    The text already fits in the container, why are you trying to set a height?

    Thread Starter jen.guyton

    (@jenguyton)

    In both of my browsers it gets cut off in the middle of a sentence: “We study these issues in tropical ecosystems, using”. Is that not what you’re seeing?

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Yes, I blame the height set on two containers. The one you’re referring to and “.page-id-7 .post-7”

    Thread Starter jen.guyton

    (@jenguyton)

    Good call — changing the post-7 fixed it! Thanks.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Help with container size?’ is closed to new replies.