inoxkit Posted February 15, 2017 Share Posted February 15, 2017 (edited) Bonjour je cherche à masquer la colonne de gauche sur une page cms précise sans la masquer sur les autres j'ai essayé dans le footer.tpl de faire un: {if $cms->id == "36"} {elseif isset($left_column_size) && !empty($left_column_size)} <div id="left_column" class="column col-xs-12 col-sm-{$left_column_size|intval}">{$HOOK_LEFT_COLUMN}</div> {/if} La colonne est bien masquée dans la page voulue, mais la page ne s'affiche pas en pleine largeur, comme si la colonne était encore là ? quelqu'un à t'il une idée ? Edited February 15, 2017 by inoxkit (see edit history) Link to comment Share on other sites More sharing options...
coeos.pro Posted February 15, 2017 Share Posted February 15, 2017 il faudrait indiquer l'url de la page en question, peut être qu'en utilisant le CSS ça fonctionnerait. Link to comment Share on other sites More sharing options...
inoxkit Posted February 15, 2017 Author Share Posted February 15, 2017 Bonjour Coeos la page en question est : http://inoxkit.fr/content/36-devis-3d cordialement Link to comment Share on other sites More sharing options...
coeos.pro Posted February 15, 2017 Share Posted February 15, 2017 rajoute ceci dans le fichier glogal.css de ton thème, vide les caches et ça doit être bon normalement body.cms-36 div#left_column {display:none} body.cms-36 div#center_column {width:100%} Link to comment Share on other sites More sharing options...
inoxkit Posted February 15, 2017 Author Share Posted February 15, 2017 Super trop fort, ça marche, merci beaucoup 1 Link to comment Share on other sites More sharing options...
coeos.pro Posted February 15, 2017 Share Posted February 15, 2017 De rien Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now