Just started to explore wordpress and installed responsive theme. I’m wondering where i can change the layout of the site. When right-clicking on the main page and “inspect element” in chrome, i can see HTML tags with <head> <div class=”grid col-420″> and so on. How can i change like the class to col-620? There is no .html file in responsiv theme map.
thx in advance
@koiken – this thread is very outdated and already marked resolved – so not a good place to ask new questions. To quickly answer your question, WP pages are dynamically generated, so there is no static HTML to modify – php websites don’t work the same way as static sites. You CAN make changes, but you’ll need to learn a bit more about WP and the theme.
The Codex has tons of good info – http://codex.wordpress.org/First_Steps_With_WordPress
And for help with Responsive, please see their dedicated forums here:
http://cyberchimps.com/forum/free/responsive/
ok, thanks for the quick reply will take a look at it 🙂