Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #3017848
Responsive on HD screen
Closed

Comments

  • Woodensun started the conversation

    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.

  •  2,490
    PenciDesign replied

    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 replied

    Hey, will try this.

    Sorry was quite aggressive tone last night.


    Thanks