StuartShaw Posted October 28, 2015 Share Posted October 28, 2015 Hi Folks, This is driving me crazy, I'm trying to work out how to load a single module inside parent divs so that I can more easily manage the behaviour of that module under certain conditions (screen size etc). Essentially I'm trying to do this: <div class="parent"> <div class="child"> Load Cart module </div> <div class="child"> Load Search Module </div> </div> Is this possible to do? If so what is the basic line required to do this? I'm editing the TPL files currently and just finding this so much harder than PHP Any help would be great. Thank you. 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