• It’s me again! ??

    Is there a way to set the Content and sidebar width to 500px and 250px respectively?

    I checked the css code under /* Media Queries */ and all I can do is to set the content to 500px and not the sidebar. Also, can I change the “em” values to “px” values? Since I’m more familiar with the px than em.

    Cheers!

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hello there,

    Go to the Appearance > Customize > Additional CSS (https://www.screencast.com/t/JSxqpr7lG) and paste code given below.

    @media screen and (min-width: 50em){
    .site-main {
        margin: 0px 32% 0 0;
    }
    .site-content .widget-area {
        width: 30%;
    }}

    You can adjust margin form content and width for sidebar.

    Best Regards.

Viewing 1 replies (of 1 total)
  • The topic ‘Set Content and sidebar width’ is closed to new replies.