I have one row with two cells. In the first cell I have a -90 margin with a white background. On pc this results in a nice overlap with this cell over the header image. On mobile the cell disappears ‘under’ the header image.
Hey martinvanderharst,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
@media only screen and (max-width: 767px) {
.responsive #top #av_section_2 .flex_column_table {
margin-top: -25px !important;
}
}
If you need further assistance please let us know.
Best regards,
Victoria
This works for the mobile layout. However it doesn’t push the white background over the header image. Is that just not possible on mobile?
Hi,
Sorry for the late reply, I took a look at your negative margin element and what I see is that your section has full width, so when it is moved up it just makes the top image look smaller.
I recommend using a different element, such as a grid row, to create this effect.
Best regards,
Mike