• Hi everyone!

    I was wondering if it is possible to decrease the sidebar’s width for our website: fccp.org.ph

    Thanks in advance!

Viewing 1 replies (of 1 total)
  • Hi,

    Here is the CSS code to resize your home content page:

    .home .site-content > .container {
        border: none;
    }
    .home div#primary {
        width: 75%;
    }
    
    .home aside#secondary {
        width: 25%;
    }

    Put the code in: customize > additional CSS

Viewing 1 replies (of 1 total)
  • The topic ‘Sidebar Width’ is closed to new replies.