Есть удобный модуль Zenophile, который позволяет быстро и легко создавать суб-темы Zen и при создании указать ширину колонок. С последней версией Zen этот модуль работает плохо и тупо не может задать ширину.
В теме использую фиксированную ширину c файлом /css/layouts/fixed-width.css
/** * @file * Positioning for a fixed-width, desktop-centric layout. * * Define CSS classes to create a table-free, 3-column, 2-column, or single * column layout depending on whether blocks are enabled in the left or right * columns. * * This layout uses the Zen Grids plugin for Compass: http://zengrids.com */
/* * Center the page. */
#page, .region-bottom { /* If you want to make the page a fixed width and centered in the viewport, * this is the standards-compliant way to do that. */ margin-left: auto; margin-right: auto; width: 980px; }
/* * Apply the shared properties of grid items in a single, efficient ruleset. */
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
Здравствуйте, подскажите какой тег использовать для увеличения значения, пример на картинке.
Вроде, про такой тег я слышала. Если есть тег прогресс бар, значит и такое должно быть.
Question
xSPiRiTx
Есть удобный модуль Zenophile, который позволяет быстро и легко создавать суб-темы Zen и при создании указать ширину колонок. С последней версией Zen этот модуль работает плохо и тупо не может задать ширину.
В теме использую фиксированную ширину c файлом /css/layouts/fixed-width.css
на сайте использую основную колонку с контентом и справа колонку с меню и блоками (регион Second sidebar)
подскажите новичку пожалуйста как записать ширину колонны контента ну например 850px, а боковой регион с меню и блоками 250px
Edited by xSPiRiTxLink to comment
Share on other sites
3 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.