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 #1738755
Widget Sidebar Width
Closed

Comments

  • RICHENA HOLBERT started the conversation

    I want to reduce the width of the widget sidebar on my homepage. I tried your CSS code, but changing the parameters did not change the widget sidebar width. I tried many combinations: 90:10, 50:50, etc. Please advise.

    }

    @media only screen and (max-width: 1170px){
    .container.penci_sidebar #main{ width: 80%; }
    .penci-sidebar-content{ width: 20%;  }
    }

  •  2,699
    PenciDesign replied

    Hi,

    Please use this code to do that:

    @media only screen and (min-width: 1170px){
    .container.penci_sidebar #main{ width: 75%; }
    .penci-sidebar-content{ width: 25%;  }
    }
    

    Best Regards,

    PenciDesign