Columns layout
October 2012 Joomla Template
Rate this topic: 




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
-
- Junior Boarder
- GK User
- Sat Mar 29, 2014 2:38 pm
- Reply with quote
- Report this post
Hello,
Which columns do you mean?
Which columns do you mean?
-
- 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 *
<div class="vertical-column-WIDTH">
<h3>HEADER</h3>
<p>CONTENT</p>
</div>
* where WIDTH is = 10, 20, 30, 40, 60 percent *
-
- 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:
and define your new width selector:
- 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%;
}
-
- 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
-
- 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
-
- Administrator
- GK User
- Thu Apr 03, 2014 1:07 pm
- Reply with quote
- Report this post
Cheers it works now.
-
- Junior Boarder
7 posts
• Page 1 of 1