Impreza is a full-width theme, so all elements fill the screen width, it’s just that the rest of them have some padding.
You could add some margin/padding to bring those elements in line:
.job-listing-meta, .company {margin: 0 105px !important;}
that seemed to work .. any clue why there is a gap between the job meta and content ?
Inspecting the element, it looks like there’s 120px padding being applied. https://cloudup.com/cRz89Up5Glm (notice the 120px mentioned on the far-right).
i know lol … i found that .i just dont know where to edit it…. either in the theme file our your file ?
i have narrowed it down to this … but im not sure why that is being inserted into the job display.
.l-header.layout_standard.pos_fixed ~ .l-titlebar, .l-canvas.titlebar_none.sidebar_left .l-header.layout_standard.pos_fixed ~ .l-main, .l-canvas.titlebar_none.sidebar_right .l-header.layout_standard.pos_fixed ~ .l-main, .l-canvas.titlebar_none.sidebar_none .l-header.layout_standard.pos_fixed ~ .l-main .l-section:first-child, .l-header.layout_standard.pos_static.bg_transparent ~ .l-titlebar, .l-canvas.titlebar_none.sidebar_left .l-header.layout_standard.pos_static.bg_transparent ~ .l-main, .l-canvas.titlebar_none.sidebar_right .l-header.layout_standard.pos_static.bg_transparent ~ .l-main, .l-canvas.titlebar_none.sidebar_none .l-header.layout_standard.pos_static.bg_transparent ~ .l-main .l-section:first-child {
padding-top: 50px;
}
It isn’t us; it looked like it was inline, but those classes aren’t known to me. May be a theme thing or might need to just override it with your own CSS.