Hotfix release available: 2026-07-14c "Mort".
upgrade now! [57.3] (what's this?)
Hotfix release available: 2026-07-14b "Mort".
upgrade now! [57.2] (what's this?)
Hotfix release available: 2026-07-14a "Mort".
upgrade now! [57.1] (what's this?)
New release available: 2026-07-14 "Mort".
upgrade now! [57] (what's this?)
Hotfix release available: 2025-05-14b "Librarian".
upgrade now! [56.2] (what's this?)
Hotfix release available: 2025-05-14a "Librarian".
upgrade now! [56.1] (what's this?)
New release available: 2025-05-14 "Librarian".
upgrade now! [56] (what's this?)
website-team:faq:unify-template-faq
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| website-team:faq:unify-template-faq [2020/05/08 06:18] – edit bsupca5 | website-team:faq:unify-template-faq [2026/06/26 08:49] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 11: | Line 11: | ||
| * [[https:// | * [[https:// | ||
| - | * [[https:// | + | * [[https:// |
| **Q) How to change the font color?** | **Q) How to change the font color?** | ||
| Line 21: | Line 21: | ||
| * .g-color-black | * .g-color-black | ||
| - | For //< | + | **Q) How to set the font weight and size?** |
| - | //<p class=“lead”> | + | //Answer//: Font weights in Unify template |
| - | + | ||
| - | **Q) How to set the font weight?** | + | |
| - | + | ||
| - | //Answer//: Font weights in Unify template | + | |
| * .g-font-weight-600 | * .g-font-weight-600 | ||
| * .g-font-weight-500 | * .g-font-weight-500 | ||
| + | |||
| + | Font sizes in Unify template are defined by classes in unify-globals.css, | ||
| + | |||
| + | * g-font-size-16 | ||
| + | * g-font-size-18 | ||
| + | |||
| + | For //< | ||
| + | |||
| + | For headers like H1 and H2, the font size can be adjusted by classes like h2, h3, h3 etc. For example, //<h2 class=“**h4** text-uppercase”> | ||
| + | |||
| + | **Q) How to set font case sensitivity? | ||
| + | |||
| + | //Answer//: Class “text-uppercase” makes a text uppercase like | ||
| + | |||
| + | //<h2 class=“h4 **text-uppercase**”> | ||
| + | |||
| + | **Q) How to make text normal or italic?** | ||
| + | |||
| + | //Answer//: Use the following classes in unify-globals.css | ||
| + | |||
| + | * .g-font-style-normal | ||
| + | * .g-font-style-italic | ||
| + | |||
| + | **Q) How to align text?** | ||
| + | |||
| + | //Answer//: Class “text-left” and “text-center” align the text. | ||
| **Q) How to set margins?** | **Q) How to set margins?** | ||
| Line 46: | Line 68: | ||
| * .g-py-100 (both top and bottom padding) | * .g-py-100 (both top and bottom padding) | ||
| * .g-py-105 (both top and bottom padding) | * .g-py-105 (both top and bottom padding) | ||
| + | * .g-pt-100 (padding top) | ||
| + | * .g-pb-70 (padding bottom) | ||
| **Q) How to set background colors?** | **Q) How to set background colors?** | ||
| Line 57: | Line 81: | ||
| //Answer//: The template is using the free version of Font Awesome. Please search for your font in https:// | //Answer//: The template is using the free version of Font Awesome. Please search for your font in https:// | ||
| + | |||
| + | **Q) How to set Unify classes to a specific media? For example, how to set a margin for the desktop version of the website?** | ||
| + | |||
| + | //Answer//: In the Unify CSS libraries, you can find classes specific to a media for example, | ||
| + | |||
| + | * .g-brd-around–sm is for @media (min-width: 576px) | ||
| + | * .g-brd-x–md is for @media (min-width: 768px) | ||
| + | * .g-brd-around–lg is for @media (min-width: 992px) | ||
| + | * .g-brd-around-none–xl is for @media (min-width: 1200px) | ||
| + | |||
| + | **Q) What types of @media to use in your css?** | ||
| + | |||
| + | //Answer//: | ||
| + | |||
| + | < | ||
| + | |||
| + | < | ||
| + | @media (min-width: 576px) { | ||
| + | |||
| + | |||
| + | } | ||
| + | |||
| + | |||
| + | @media (min-width: 768px) { | ||
| + | |||
| + | |||
| + | } | ||
| + | |||
| + | |||
| + | @media (min-width: 992px) { | ||
| + | |||
| + | |||
| + | } | ||
| + | |||
| + | |||
| + | @media (min-width: 1200px) { | ||
| + | |||
| + | |||
| + | } | ||
| + | </ | ||
| + | < | ||
| ===== Useful Links ===== | ===== Useful Links ===== | ||
| Line 63: | Line 128: | ||
| * [[https:// | * [[https:// | ||
| * Website design services (coming soon). | * Website design services (coming soon). | ||
| - | |||
website-team/faq/unify-template-faq.1588918735.txt.gz · Last modified: 2026/06/26 08:49 (external edit)
