I'm working for a while in joomla 3.0 and now I want to add a dreamweaver responsive layout to one joomla responsive web. I use a blank template, in which I have made, not much changes, some small changes this. With this template i made my website. Works greats Once I get the boilerplate way, I have a frame around the website and once I managed to put the boilerplate, the content, text away. For the rest, everything is 100% responsive. <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0 "/> <link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/<?php echo $this->template; ?>/boilerplate.css" type="text/css" /> <style> {behavior:url(<?php echo $tpath; ?>/respond.min.js);} </style> <div class="gridContainer clearfix"> <div id="header"><img src="images/headers/hoofd.jpg" /><jdoc:include type="modules" name="header" /></div> <div id="content"> <jdoc:include type="component" /> <jdoc:include type="message" /> </div> <div id="footer"><jdoc:include type="modules" name="footer" /><div> </div> I don't write english often, so i hope it clear what i mean. What should I change in the boilerplate, so my text is visible again. Because I do not want a white frame around the site. There's still more, but the most important I viewed in this topic . Everything is in my opinion just closed, because he does work without the boilerplate, but with the then with the white frame, what i don't want. I want the boilerplate to work. Usually I find a similar answer on web, but now it does not work as quickly. Does anyone have tips. Something in the boilerplate does not work correct with joomla, because there is know content on the page. Without boilerplate link, the content is there, but not the 100% responsive layout. I got a iframe without boilerplate around te website made in joomla and dreamweaver. I always use fluid grid layout for websites that are build only in dreamweaver. But i like cms also. Or is it something else. |