General
Trouble with grid
Started June 8, 2017 by Easytimes
Hi ryan ,Working on a project with your script and having trouble with centering the grid on my site .Iv seen your solution ( around the iframe ).. but what is weird i didnt need to put the grid code into my code when i was making a new header , it automaticly appears , so i cant find any code to edit to center the grid .. ie. i replaced header.php with my own header code thanks man
1 replies
Hi there,You should be able to adjust the iframe code to include this style attribute:style="margin: 0px auto;"The dev snapshot by default should already have it and be centered. Maybe you are using an older version of the script?Also, the iframe code is in the index.php file.Ryan