Wordpress Themes - WP Forum at BFA
There will be no more development for Atahualpa (or any other theme), and no support. Also no new registrations. I turned off the donation system. I may turn the forum to read only if it gets abused for spam. Unfortunately I have no time for the forum or the themes. Thanks a lot to the people who helped in all these years, especially Larry and of course: Paul. Take care and stay healthy -- Flynn, Atahualpa developer, Sep 2021

Wordpress Themes - WP Forum at BFA » WordPress Themes » Montezuma Theme »

Montezuma Newbie Tips


 
Prev Previous Post   Next Post Next
  #3  
Old Jan 25, 2013, 12:20 PM
jerryc
 
367 posts · Oct 2012
Florida
CSS Grids

The CSS grid system is one of the things that makes Montezuma so great and so flexible. The documentation is clearly laid out in:
Dashboard > Appearance > Montezuma Options > CSS Settings
The 2 key things are:
  1. Surround your column divs in each row with row div's, such as:

    HTML Code:
    <div class="row">
      <div class="col3">...column on the left, 3 "units" wide...</div>
      <div class="col6">...column in the middle, 6 "units" wide...</div>
      <div class="col3">...column on the right, 3 "units" wide...</div>
    </div>
  2. Your col divs in each row have to add up to 12 units wide.

Experiment with a test template and a test page. Make a new template called something like test. Give your test divs each a different background color, such as:

HTML Code:
<div class="row" style="background:yellow;">
  <div class="col3" style="background:red;">...column on the left, 3 "units" wide...</div>
  <div class="col6" style="background:blue;">...column in the middle, 6 "units" wide...</div>
  <div class="col3" style="background:green;">...column on the right, 3 "units" wide...</div>
</div>
Remember, the background will cover the padding, but not the margins.

Here's an even more detailed post by Juggledad that shows how to put a sidebar in the left side.

Last edited by jerryc; Feb 3, 2013 at 06:49 PM. Reason: Add link to Juggledad's post
 

Bookmarks

Tags
abc's, basic, fundamentals, newbie, tips



Similar Threads
Thread Thread Starter Forum Replies Last Post
Internet Explorer 9 and Atahualpa 3 - post your issues and tips Neut Atahualpa 3 Wordpress theme 1 Sep 21, 2010 02:41 PM
[SOLVED] How can I find the best support software? Please provide tips and links robert01green Forum How-To 2 Jul 23, 2010 09:00 AM
Getting started, need some tips GeneStarwind09 Atahualpa 3 Wordpress theme 5 Oct 31, 2009 08:28 AM


All times are GMT -6. The time now is 08:12 AM.


Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.