Skip to content
Public Ticket #20265

Single post

Conversation thread

miraizhan replied

Customer Reply

Thank you!

PenciDesign Supporter replied

Staff Reply

Hi,

Please go to Appearance → Customize → Single Posts → General: turn off the Enable Parallax on the Featured Image option.

Regards,
PenciDesign.

miraizhan replied

Customer Reply

Everything is great now, thanks. But how can I disable parallax of this image?

PenciDesign Supporter replied

Staff Reply

Hi,

Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:

.penci-body-single-style-5 .container-single .post-image {
    max-height: 320px;
}

Change 320px with the height you want to show.

Regards,
PenciDesign.



miraizhan replied

Customer Reply

I'm sorry, but I must have expressed myself incorrectly. I didn't want to reduce the width, it's great. I need to lower the height.

PenciDesign Supporter replied

Staff Reply

Hi,

Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:

.penci-single-pheader.container-single.penci-single-style-5 {
    width: 1170px;
    margin: 0 auto;
} @media only screen and (min-width: 961px) and (max-width: 1169px) {
    .penci-single-pheader.container-single.penci-single-style-5 {
        width: 940px;
    }
} @media only screen and (min-width: 768px) and (max-width: 960px) {
    .penci-single-pheader.container-single.penci-single-style-5 {
        width: 726px;
    }
} @media only screen and (max-width: 767px) {
    .penci-single-pheader.container-single.penci-single-style-5 {
        width: 480px;
    }
}

Regards,
PenciDesign.



PenciDesign Supporter replied

Staff Reply

Hi,

You can change the single post style by going to Appearance → Customize → Single Posts → General → Single Posts Template.

Regards,
PenciDesign.


Want to join this conversation or access attachments? Sign in first.