Columns layout

October 2012 Joomla Template
Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Thu Mar 27, 2014 1:12 pm
Reply with quote
Report this post
Hi i noticed about the colum in startup template is set to 10 20 30 40 50 and 60 %. Can i change is to 33.3333%? because when i set it to 30 it get small and stay on the left side of the page. By setting it to 33.333% it will fit just exactly the page width. Thanks
User avatar
Junior Boarder

GK User
Sat Mar 29, 2014 2:38 pm
Reply with quote
Report this post
Hello,

Which columns do you mean?
User avatar
Administrator

GK User
Sat Mar 29, 2014 11:06 pm
Reply with quote
Report this post
columns of text as in the contact section of this demo at frontpage, Using following structure:

<div class="vertical-column-WIDTH">
<h3>HEADER</h3>
<p>CONTENT</p>
</div>

* where WIDTH is = 10, 20, 30, 40, 60 percent *
User avatar
Junior Boarder

GK User
Mon Mar 31, 2014 8:06 am
Reply with quote
Report this post
In this case you have to add your new selector to this group in the css/gk.stuff.css file:

Code: Select all
.vertical-column-10,
.vertical-column-20,
.vertical-column-30,
.vertical-column-40,
.vertical-column-50,
.vertical-column-60


and define your new width selector:

Code: Select all
.vertical-column-33 {
width: 33.333333%;
}
User avatar
Administrator

GK User
Wed Apr 02, 2014 1:35 pm
Reply with quote
Report this post
Hi i have looked twice in the css/gk.stuff.css file but couldn't find that code posted above. Now i looked at it under joomla administrator template files. I found the path css/gk.stuff.css file but just coudn't see the code to change it
User avatar
Junior Boarder

GK User
Thu Apr 03, 2014 6:57 am
Reply with quote
Report this post
My mistake - you should search in the following file: css/typography/typography.style1.css
User avatar
Administrator

GK User
Thu Apr 03, 2014 1:07 pm
Reply with quote
Report this post
Cheers it works now.
User avatar
Junior Boarder


cron