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
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