Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS 2 column with 2 differents fullscreen background? Reply To: 2 column with 2 differents fullscreen background?

#248059
Shikkediel
Participant

Glad to help. Maybe you could explain what the issue is? Getting background images correct for all screen size ratios is usually troublesome. Using cover is as easy and close as it gets. But from what I suspect might be the trouble, background-position could possibly help – to center the fullscreen images:

.et_pb_row.et_pb_row_0.et_pb_equal_columns.et_pb_gutters1.et_pb_row_fullwidth {
  background-position: 50% 50%;
}

That’s a horrible selector by the way (corresponding with .parent() in the script) but I thought I’d be as specific as possible with it.