Skip to content

Commit

Permalink
Background-attachment: fixed - only for tablet and up. Fixed elemento…
Browse files Browse the repository at this point in the history
  • Loading branch information
kobizz committed Jan 24, 2017
1 parent ea7837b commit 005b7bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/controls/groups/background.php
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ protected function _get_controls( $args ) {
'fixed' => _x( 'Fixed', 'Background Control', 'elementor' ),
],
'selectors' => [
$args['selector'] => 'background-attachment: {{VALUE}};',
'(tablet+)' . $args['selector'] => 'background-attachment: {{VALUE}};',
],
'condition' => [
'background' => [ 'classic' ],
Expand Down

0 comments on commit 005b7bb

Please sign in to comment.