66 comments found.
Can you nest grids within each other with your grid?
Also, if I wanted a 3 over 3 grid setup, do I have to create 3 separate containers, one for each row???
Thanks
Peter
Hi Peter,
Yes you can nest grids within each other. However many columns you have, you need to make sure they are wrapped with a fixed or percentage div.
If you have 6 boxes, just repeat the 3 columns.
Thanks, Lee.
Great thanks! Really impressed with your grid… very well thought out.
How do you align the mobile nav icon to the right? I’ve been diddling with the CSS but can’t get it over…
Thanks
Peter
Hi Peter,
I’ll work on this and send over to you Monday. Can you please contact me on my profile by submitting the form, and send me your email address.
Thanks, Lee.
I’ve been going through the documentation and really impressed with the amount of work you’ve put in this. The only snag is that I’m unable to access the(View Columns tab) and SetUp HTML examples.
I keep getting this: Error code: ERR_FILE_NOT_FOUND
Please help.
Hi, Thanks for buying the css grid. In order for the links to work correctly, both folders (‘cssgrid’, ‘instructions’) need to be separated, but in the same folder.
Here’s how they might look:
envato/Instructions envato/cssgrid
All demos are within the ‘cssgrid’ folder.
Thanks, Lee.
Sorted. Thank you.
Great grid… I’m a little new to web design… Is the js folder necessary, and what does that actually do?
Thanks
Peter
Hi Peter,
Thanks for buying the css grid. The js files control the toggle nav for mobile. It’s used when the web page is less than 768px wide and displays the nav button in the top left corner.
It’s not required for the actual responsive css grid.
Thanks, Lee.
Excellent work. Looking forward to working with this.
works like a charm – good job !
Hello I’m using your cool grid and was wondering if you can place images into the columns and make the responsive?
Currently at the moment when i place an image into, for example, the p4 grid the image doesn’t scale down when the browser is resized?
Many Thanks mjon
Hi,
Thanks for downloading.
Yes sure, open: css/default.css and add this to the css file:
img { width:100%; height:auto; }
Thanks, Lee.