default options fixes

This commit is contained in:
Alexander Agnarson 2021-01-27 11:31:51 +01:00
parent f80106a5b7
commit 6ad4345412
4 changed files with 9 additions and 9 deletions

View file

@ -236,8 +236,8 @@ if ( ! function_exists( 'airl_layout_class' ) ) {
function airl_layout_class() {
// Default layout
$layout = 'col-2cr';
$default = 'col-2cr';
$layout = 'col-2cl';
$default = 'col-2cl';
// Check for page/post specific layout
if ( is_page() || is_single() ) {