Viewing 1 replies (of 1 total)
  • Hello @cblackenburg

    You have mentioned that you want to increase size of your sidebar to 300 px. But if you only increase the size of your sidebar than your sidebar will move down so you also need to increase the size of the page .

    To do this at first you need to add the Custom CSS through the plugin.

    You can find many plugin but Below link is the reference for one of the plugin.

    Custom CSS

    After installing the plugin you will find the custom CSS in Admin Panel / Appearance / custom CSS.

    Here copy and paste below CSS

    div#secondary {
        width: 300px;
    }
    
    div#page {
        width: 1015px;
    }

    I hope this will resolve your issue.

    Best regards!!

Viewing 1 replies (of 1 total)
  • The topic ‘Increasing Sidebar Size in Forever Theme’ is closed to new replies.