• Hi !

    I would like to put the sidebar of my blog page on the right side.

    Can you help me pls ?

    Thx

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi @clement80,

    Thank you for contacting us. I am happy to help with your queries.

    As checked from your blog page’s source code, I guess these lines of code are missing from header.php file of the theme.

    if ( !is_page_template( 'page-templates/template_page-builder.php') ) {
      echo '<div class="container">';
      echo 	'<div class="row">';
    }

    Please check it from your site’s folder (wp-content/themes/airi/header.php) and compare it with this.

    Regards,
    Kharis

    Thread Starter clement80

    (@clement80)

    Hi Kharis

    Thanks for helping but i did what you wanted but it seems that the header.php folder is exactly the same as yours.

    I don’t really understand why…

    Regards,
    Clément

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Airi Blog Sidebar bug’ is closed to new replies.