66 comments found.
Hello,
good work! How to use this with an LEFT and/or RIGHT sidebar?
cheers 
Hi ikovacs,
Thanks for buying the CSS Grid. Yes sure, you could use p4 and have the first 3 columns one-three and then have four as the sidebar. Then you can stack the columns. by adding stack to p4.
Please send me a message on here (bottom right submit form) http://codecanyon.net/user/cssgrid and I can reply to you on email.
Thanks, Lee.
how can set the styles for example in a loop of php mysqli? have a style o abbreviation for this purpose?
Hi, Thanks for buying the CSS Grid. Please send me a message on here (bottom right submit form) http://codecanyon.net/user/cssgrid and I can reply to you on email. Thanks!
thanks, I have sent the message just need help with that, otherwise I’m very satisfied, there is no comparison .
This is the single most important and productive item I have purchased on Envato. Absolutely crucial to help us migrate our courses to be responsive and mobile friendly. I cannot speak highly enough for your work. This is amazingly simple but solves so many issues on so many levels for those of us who need simple solutions to complex problems. I congratulate you and applaud you for your work. Thank you. Well done. Well done, indeed!
Hi, thanks for your very kind comments, glad you like it. I am working on a new version even simpler with more functions. Released in around 4 weeks.
Love this system, i have tried frameworks that take over the entire layouts but this is perfect. Did just what i needed it to do. No overly bulky code to work through. Just a very well written project and serves it purpose perfectly. Thanks for the resource friend.
Hi, 17 links in instruction documentation goes to http://www.cssgrid.co/notfound.html
Ok, thanks for pointing that out.
was a pleasure to be useful 
Love the script but how can I have the footer flush or stick to the absolute bottom?
Thanks
Hi,
Thanks for buying the grid. You can make the footer stick to the bottom by adding:
position:fixed; bottom:0;
You may need to also use width:100%;
Thanks, Lee.
My mistake I meant to ask if there is a way to stretch the footer to the bottom. I changed the background color to black and I would like it to stretch 100% wide and n height without any padding on the sides or bottom. Sorry for the misunderstanding. This is what I have:
<!Company
- Home
- About
- Policies
- Disaster Response
- Terms & Privacy
Hi,
Please send me a private message on the submit form on my page, bottom right and we can discuss your requirements.
http://codecanyon.net/user/CSSGridThanks, Lee.
OK Just PM you and thanks again
Great boilerplate, saves lots of time, and really clear and prompt support from the author. Highly recommended. Five stars.
Hello. Is there any Categories & Sub categories resposive demo like classifeds websites ?
Hi, it sounds like you are looking for an already built Classifieds Theme. Have a look in the Themes or try searching.
Thanks, Lee.
Hi, version 6 released. New function: sticky header + new CSS3 transition for mobile Toggle Menu. Updated the 3 nav css files too.
Thanks! Lee.
Hi – I am looking to have the nav bar fixed at the top and centered on the page horizontally. Is this possible? Thanks!
Hi,
Do you mean for the desktop version? How about the mobile version?
If you click on my profile, you can send an email using the submit form, bottom right and I’ll get back to you.
Thanks! Lee.
Is it possible to change the order of columns once shown on mobiles and tablets. I have a three column site, the one on the left is a kind of sidebar, the two-three on the right is the column with the main content. On smaller resolutions the sidebar is placed above the main content, I’d like to show the main content first.
Hi,, yes sure, this is possible. You need to have cols 2 and 3 in a separate div container and use float:right. Then, have the 1st side col underneath cols 2 and 3 container. Then for the mobile version, use float: none; for the container div. If you send me a message in the submit form (bottom right on this page http://codecanyon.net/user/human1nt ) I can email you back with a working example.
Thanks, Lee.
Love it. This is a framework that makes sense to me and works very well.
Congrats and thanks.
Hey there! How to make navigation fixity in pixels. What files CSS and rows of them are responsible for this?
Hi, You can manage the transition of the nav within the nav.css files. There are 3 different types, depending on which you’ve used:
nav-top.css, nav-left.css, nav-right.css
nav-top.css for example, see line 252, this shows: .navclosed.slide + .navigation {
The code is commented where the transitions happen below this.
Thanks, Lee.
Hey there! Thanks for the answer! How to adjust the width of the navigation in pixels?
Hi, please send me a message here (right hand submit form) http://codecanyon.net/user/human1nt and we can discuss what you need to do.
Thanks, Lee.
Having a difficult time installing this one with the following message: Installing Plugin from uploaded file: codecanyon-4928861-responsive-html5-css-grid.zip Unpacking the package… Installing the plugin… The package could not be installed. No valid plugins were found. Plugin install failed.
If I FTP the uncompressed files up to my Plugin Folder which files do I upload? When uncompressed three folders appear: cssgrid, instructions and psd. Help!
Hi, Thanks for buying the css grid. This isn’t a Wordpress plugin, it’s a HTML5 Responsive CSS Grid consisting of HTML, CSS and Javascript files.
Thanks.
Hi, Thanks for buying the css grid. This isn’t a Wordpress plugin, it’s a HTML5 Responsive CSS Grid consisting of HTML, CSS and Javascript files.
Thanks.
Hello,
Is it possible to use this with any html5 framework like bootstrap, ink, foundation etc?
Hi, the Responsive CSS Grid is designed to be a standalone css grid and is an alternative to other frameworks.
Thanks.
Hi, does your grid support “rtl” pages?
Hi, do you mean right to left text ?
yes
Hi, I don’t see why not, as long as you keep your content within the css grids, it should be fine. Although I’ve never built a website with rtl text.
Thanks!
Hi. I’m having difficulty aligning it properly. i was able to adjust background and justify the text, however, the text hovers over the image. This is how it looks like:
http://www.pgdesigngroup.com/beta/aboutus.html
Also, I’ve tried changing the margins so the content isn’t so close to the edge and that it’s more centered, and it works great with my desktop, however when I’m in mobile mode the margins are too much and it shows one word per row.
This is how I wanted to make the alignment look like:
http://www.pgdesigngroup.com/beta/images/screenshot.png
i’m using P4 (one, two-four). Would it be possible if you could tell me which CSS file to change and which id/class? Or is f4 something more ideal?
Hi, Can you please send a message on my wall http://codecanyon.net/user/human1nt and a link to download the files and I’ll take a look at it for you.
Thanks!
Hi great framework… Just one question… Is it possible to make the top navigation and logo not span the entire width of the screen and align with the rest of the content? link… http://www.curtiscreative.com.au
Hi, Thanks for buying the css grid. Yes sure, please send me a message on my wall http://codecanyon.net/user/human1nt and I’ll reply to you with the files for this.
Thanks!
I want the logo to be a graphic and not just a text logo. When I replace the test with a graphic the logo becomes incredibly large.
Is there an easy way around this? Thanks
Hi, thanks for buying the grid.
Inside css/default.css there’s the following code which controls the images:
img,
img a {
width:100%;
height:auto;
border:0px;
margin:0px;
padding:0px;
}
Just remove the width:100%; and this will stop the images stretching to the column width.
If you need more support, please send a message here, in the submit form bottom right: http://codecanyon.net/user/human1ntThanks!
Great tool and great support. For being a so so coder I was able to get this up and running pretty quick. I had a couple of tech questions and was promptly replied to. Small invest is well worth it 100x!