Dor Reznik Posted April 19, 2020 Share Posted April 19, 2020 Site URL: https://www.everythingbydor.com/mixing-mastering So i added a pricing table html+css code to a page on my website, and something there is affecting the header menu and folders, how can i make the whole header ignore the custom code, or exclude it from the custom code that way it wont affect it? here are a few screenshots on how it currently looks: and here is how it should look like: heres a link to the code source (im not a web developer by any means and i barely got this to even work, so.. sorry if its messy and stuff lmao)https://www.everythingbydor.com/table-code i wish squarespace had a built in pricing tables block! Link to comment
tuanphan Posted April 20, 2020 Share Posted April 20, 2020 You mean Mixing & Mastering item? Edit this code * { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box; margin: 0; padding: 0; } to .container { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box; margin: 0; padding: 0; } 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
Dor Reznik Posted April 20, 2020 Author Share Posted April 20, 2020 2 hours ago, tuanphan said: You mean Mixing & Mastering item? Edit this code * { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box; margin: 0; padding: 0; } to .container { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box; margin: 0; padding: 0; } thanks for the reply! however when i try this it breaks the design, i think it might overlap with the other .container settings after the * settings? is it possible to make the custom code to work only on the # Code Block ID? thanks again for the help, appreciate it! Link to comment
tuanphan Posted April 20, 2020 Share Posted April 20, 2020 6 hours ago, Dor Reznik said: thanks for the reply! however when i try this it breaks the design, i think it might overlap with the other .container settings after the * settings? is it possible to make the custom code to work only on the # Code Block ID? thanks again for the help, appreciate it! * {} target all elements on your site try edit to .container * 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
Archived
This topic is now archived and is closed to further replies.