You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 16, 2019. It is now read-only.
First of all, thank you for this theme. Very flexible and easy to work with.
I suggest the following change to support the existence or not of the sidebar.
In the various template files, replace : <div class="small-12 large-8 columns" role="main">
by : <div class="small-12 <?php echo ( is_active_sidebar() ) ? 'large-8' : 'large-12' ?> columns" role="main">
Laurent
The text was updated successfully, but these errors were encountered:
First of all, thank you for this theme. Very flexible and easy to work with.
I suggest the following change to support the existence or not of the sidebar.
In the various template files, replace :
<div class="small-12 large-8 columns" role="main">
by :
<div class="small-12 <?php echo ( is_active_sidebar() ) ? 'large-8' : 'large-12' ?> columns" role="main">
Laurent
The text was updated successfully, but these errors were encountered: