Skip to content
Public Ticket #4771

Widget Sidebar Width

Conversation thread

PenciDesign replied

Staff Reply

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

RICHENA HOLBERT started the conversation

Conversation Start

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%;  }
}

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