Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Contributor Dan (a11n)

    (@drawmyface)

    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;}

    Thread Starter imarockstar

    (@imarockstar)

    that seemed to work .. any clue why there is a gap between the job meta and content ?

    Plugin Author Brandon Kraft

    (@kraftbj)

    Code Wrangler

    Inspecting the element, it looks like there’s 120px padding being applied. https://cloudup.com/cRz89Up5Glm (notice the 120px mentioned on the far-right).

    Thread Starter imarockstar

    (@imarockstar)

    i know lol … i found that .i just dont know where to edit it…. either in the theme file our your file ?

    Thread Starter imarockstar

    (@imarockstar)

    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;
    }

    Plugin Author Brandon Kraft

    (@kraftbj)

    Code Wrangler

    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.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘weird css issue’ is closed to new replies.