The site is under construction, so it can be inspected by anyone but me.
However – if I right click on the white space and use Inspect, what should I copy (I can paste it here so that you can look at it)?
Here is some of the codes I see, when using Inspect:
@media (max-width: 67.141em)
.col-full {
margin-left: 2.618em;
margin-right: 2.618em;
padding: 0;
}
@media (min-width: 768px)
.col-full {
max-width: 67.141em;
margin-left: auto;
margin-right: auto;
padding: 0 2.618em;
box-sizing: content-box;
}
* {
box-sizing: border-box;
}
user agent stylesheet
div {
display: block;
}
Inherited from body.home.page.page-id-28.page-template.page-template-template-fullwidth.page-template-template-fullwidth-php.logged-in.admin-bar.wp-custom-logo.siteorigin-panels.siteorigin-panels-home.right-sidebar.woocommerce-active.customize-support
body, .secondary-navigation a, .onsale, .pagination .page-numbers li .page-numbers:not(.current), .woocommerce-pagination .page-numbers li .page-numbers:not(.current) {
color: #000000;
}
body, button, input, textarea {
color: #43454b;
line-height: 1.618;
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
font-weight: 400;
}
body {
-ms-word-wrap: break-word;
word-wrap: break-word;
font-size: 1em;
}
body, button, input, select, textarea {
font-family: “Source Sans Pro”,HelveticaNeue-Light,”Helvetica Neue Light”,”Helvetica Neue”,Helvetica,Arial,”Lucida Grande”,sans-serif;
}
Inherited from html
html {
font-family: sans-serif;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
}
Pseudo ::before element
@media (min-width: 768px)
.col-full:after, .col-full:before {
content: “”;
display: table;
}
Pseudo ::after element
@media (min-width: 768px)
.col-full:after {
content: ” “;
display: block;
}
@media (min-width: 768px)
.col-full:after, .col-full:before {
content: “”;
display: table;
}
@media (min-width: 768px)
.col-full:after, .footer-widgets:after, .site-content:after {
clear: both;
}
To the right of this, I also get the following information:
Show all
box-sizing:
content-box
;
color:
rgb(0, 0, 0)
;
display:
block
;
font-family:
“Source Sans Pro”, HelveticaNeue-Light, “Helvetica Neue Light”, “Helvetica Neue”, Helvetica, Arial, “Lucida Grande”, sans-serif
;
font-size:
16px
;
font-weight:
normal
;
height:
1065.02px
;
line-height:
25.888px
;
margin-left:
41.888px
;
margin-right:
41.888px
;
max-width:
1074.26px
;
padding-bottom:
0px
;
padding-left:
0px
;
padding-right:
0px
;
padding-top:
0px
;
width:
876.25px
;
word-wrap:
break-word
;
-webkit-font-smoothing:
antialiased
;
In the top box the following line is high lighted:
<div class=”col full”>…</div>