Tagged: grid row
Grid Row is full width full height with 3 columns
Each column has a background image set to Stretch to fit but the first column is stretching more than the column it is in.
Can you please tell me why it is that this column 1 is not behaving the same way that the other 2 columns are?
Hey beverlycassidy,
First of all, you need to enable the custom Class field following this article: kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ and in the 1st column, you`ll create a custom class, MyCustomClass for example and add the custom CSS code below at Enfold Theme Options > General Styling > Quick CSS
.MyCustomClass {
background-attachment: initial !important;
}
After it, you should have this result: http://prntscr.com/eprk7r
Best regards,
John Torvik
Perfect! thank you so much for your help.