Tagged: 

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #768500

    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?

    #768633

    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

    #768641

    Perfect! thank you so much for your help.

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.