• Resolved jparekh

    (@jparekh)


    Hey Takao,

    My WP Write theme page has a featured image at the top of the page.

    http://www.reasonedutopia.com

    For whatever reason, the bottom of the image is getting cut off.

    Is this a bug or am I doing something wrong?

    Thanks in advance for any response you can offer…….

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Takao Utsumi

    (@utsumit)

    Hi,

    It is the design of this theme.
    If you wish to avoid this, please add the following code to Customize > Additional CSS.

    .page.large-thumbnail .content-area {
        margin-top: 0;
    }
    .large-thumbnail .content-area {
        padding-top: 0;
    }
    Thread Starter jparekh

    (@jparekh)

    Hey Takao,

    Worked like a charm!

    Much appreciated…..again.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Image on top of page’ is closed to new replies.