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.
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.
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.
Hey, will try this.
Sorry was quite aggressive tone last night.
Thanks