Skip to content
Public Ticket #19984

Post Width Adjustment

Conversation thread

AlexBepunkt replied

Customer Reply

Hello,

Thank you for your reply and your constant work.

Much appreciated!

Regards,
Alexander

PenciDesign Supporter replied

Staff Reply

Hi,

This is the best method for your site at this time. We'll improve the code on the future theme update.

Regards,
PenciDesign.


AlexBepunkt replied

Customer Reply

Hello,

Thanks, works perfect!

Isn't that something that should work without any additional CSS or at least with a Customizer option?

Or did I choose something weired in the setup and now need a CSS fix?

Regards,
Alexander

PenciDesign Supporter replied

Staff Reply

Hi,

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

@media only screen and (min-width: 1200px) {
    .single .site-main>.penci-container,
    .single .site-main .penci-entry-media+.penci-container,
    .single .site-main .penci-entry-media .penci-container {
        max-width: 1430px;
        margin-left: auto;
        margin-right: auto;
    }
}

Regards,
PenciDesign.



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