Hello There,
Thanks for the updates and the very detailed information. Please keep in mind that Blank - No Container templates is a fully fullwidth page with no page titles. If you use this page template, you will have to create the page titles in your contents instead.
If you still would like to use the Layout - Fullwidth and extend it to a fully fullwidth page, you will need to insert a custom css in your Theme Option’s custom css section. please add the following CSS code in the X > Theme Options > Global CSS (http://prntscr.com/evui3r)
.page-template-template-layout-full-width .site .x-container.max.width.offset {
width: 100%;
max-width: 100%;
margin-top: 0;
margin-bottom: 0;
}
Remember:
This code will only work if you use the Layout - Fullwidth page template.
Please let us know how it goes.