SteveHumphries Posted October 6, 2020 Share Posted October 6, 2020 Site URL: https://www.norcalmachinery.com/sheetmetal-machinery/button-punch-snap-lock Hello, I'd like to change the page width on all the pages of one of my blogs in Haven to the regular page width (1020 px). I can't seem to see where the "page inset" settings can be manipulated in the Design panel and none of the few css code examples I have found don't seem to work when added into the Page Header Coded Injection of the specific blog. Any help appreciated. Thanks!! Link to comment
tuanphan Posted October 7, 2020 Share Posted October 7, 2020 Add to Home > Design > Custom CSS .hide-blog-sidebar.collection-type-blog #page #content { max-width: 100%; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
SteveHumphries Posted October 8, 2020 Author Share Posted October 8, 2020 Thank you tuznphan! That worked really nice. I have 3 different blogs within the site and am wondering how to tag the code so this full width change applies only to 1 of the 3 blogs? Link to comment
tuanphan Posted October 10, 2020 Share Posted October 10, 2020 On 10/9/2020 at 4:49 AM, SteveHumphries said: Thank you tuznphan! That worked really nice. I have 3 different blogs within the site and am wondering how to tag the code so this full width change applies only to 1 of the 3 blogs? Add to Page Header <style> .hide-blog-sidebar.collection-type-blog #page #content { max-width: 100%; } </style> Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment