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 #2669843
reduce width of entire website
Closed

Comments

  • almondsurf started the conversation

    Is there a way to reduce the width of my website so that it will default display (on larger screens) to the 1024px (laptop) layout, but still dynamic to smaller screens? I want my entire site, including the main menu and footers, etc. to be more narrow.

    Thank you.

  •  2,699
    PenciDesign replied

    Hi,

    Please try to add more this code to Customize > Custom CSS to do that:

    @media only screen and (min-width: 1170px){
    .container{ width: 1024px; }
    }
    

    Best Regards,

    PenciDesign

  • almondsurf replied

    Thank you, that is close, but I noticed that the mega menu is still showing 4 posts instead of 3 posts like in the 1024px. Is there a way to make the mega menu show 3 posts instead of the smaller 4 posts like it does now after your recommended adjustments?

    Thank you.