system32 Posted February 13, 2019 Share Posted February 13, 2019 Hello, I'm integrating a theme. But I need your help with something. Example. header.TPL is like the last div attachment below. <div class="container-fluid relative animatedParent animateOnce my-3"> this is the Div attachment viewticket.the TPL field should be as follows. <div class="container-fluid relative animatedParent animateOnce p-0"> Everything is normal on the main page you'll understand, but on other pages there is a shift in certain areas. Thank you in advance. 0 Quote Link to comment Share on other sites More sharing options...
brian! Posted February 14, 2019 Share Posted February 14, 2019 what happens if you try the following...? <div class="container-fluid relative animatedParent animateOnce {if $templatefile eq 'viewticket'}p-0{else}my-3{/if}"> 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.