Viewing 3 posts - 1 through 3 (of 3 total)
-
AuthorPosts
-
November 8, 2014 at 7:19 pm #202549
My template has a size of positions. Watch the screenshot.
How do I change the size of the positions?
-
Eragon H Friend
Eragon H
- Join date:
- July 2014
- Posts:
- 468
- Downloads:
- 1
- Uploads:
- 39
- Thanks:
- 5
- Thanked:
- 156 times in 149 posts
November 10, 2014 at 3:04 am #554671You can try to add this code to the file root/templates/ja_argo/css/custom.css
[PHP]@media (min-width: 1200px)
{
.span3 {
width: 200px !important;}
.span9 {
width: 956px !important;}
.row-fluid .span3 {
width: 16% !important;}
.row-fluid .span9 {
width: 80.6% !important;}
}[/PHP]You can change the value to meet your need
1 user says Thank You to Eragon H for this useful post
-
AuthorPosts
Viewing 3 posts - 1 through 3 (of 3 total)This topic contains 3 replies, has 2 voices, and was last updated by nikitinvi 10 years ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum
-