Skip to content
Public Ticket #20660

Responsive on HD screen

Conversation thread

Woodensun replied

Customer Reply

Hey, will try this.

Sorry was quite aggressive tone last night.

Thanks

PenciDesign Supporter replied

Staff Reply

Hi,

For this case, please go to Appearance → Customize → Custom CSS then add the following custom CSS code:

@media only screen and (min-width: 1179px) and (max-width: 1339px) {
    .container {
        padding-left: 20px;
        padding-right: 20px;
    }
    .container.penci_sidebar {
        margin-left: 0;
        margin-right: 0;
        width: 100%
    }
}

Regards,
PenciDesign.



Woodensun started the conversation

Conversation Start

I did not know your Central News theme looks horrible on HD screen. Do something. I chose the theme to build one of my site and now how I suppose to optimize it on HD screen?

It is not that I messed it up, it is not optimized on the demo also. I did not expect it is not responsive on HD screen.

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