Typography Page - Columns

Premium sports magazine Joomla template with clean, easy to customize and unique design.
GK User
Sat Apr 28, 2012 5:58 pm
I was looking at your page for typography and then looking in the article backend and I'm curious how you created 3 columns for example on your "Icon Set 1" display. In the backend all the info is in one column but the actual site shows your content from two columns to three columns.

How is that possible with this template?
User avatar
Fresh Boarder

teitbite
Fri May 04, 2012 1:23 pm
Hi

Each column is being wrap in layer with css class:

Code: Select all
.demo-typo-col3 {
    float: left;
    width: 33%;
}


You can add it in HTML view of the article.
User avatar
Moderator

GK User
Wed Jul 29, 2015 8:09 pm
Is there any documentation for all those classes gavick templates are using? Something like UiKit framework has http://getuikit.com/docs/components.html
User avatar
Expert Boarder

teitbite
Fri Jul 31, 2015 11:01 am
Hi

Typography plugin provides most of the needed codes, but some adjustments require extending css. Columns are one of this things. It requires some knowledge in CSS area, so it may be hard sometimes, but if You will encounter such problem just let me know. I'll be happy to help.
User avatar
Moderator


cron