We moved to new unified forum!

Please post all new support queries in our New Forum.

T3 Community Discussion & Support

Let's build the best free Joomla template framework, together!
  1. Zdeněk Štěpánek
  2. Sherlock Holmes
  3. General Discussion
  4. Sunday, 08 December 2013
  5.  Subscribe via email
I wonder from where is this inline style

<style type="text/css">
. container {width: 970px! important;}
 </ style>

and where can I make rewrite of this.
Attachments (1)
Comment
There are no comments made yet.
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Zdeněk Štěpánek,

Please update T3 v2.1.1 to see how it goes.

Regards
Comment
There are no comments made yet.
  1. more than a month ago
  2. General Discussion
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Thanks tyo. But that is not a solution.
Comment
There are no comments made yet.
  1. more than a month ago
  2. General Discussion
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
Hi, All

If you want to change the non-responsive size 970px, you can do it. Just open this file "../t3 / source / plg_system_t3 / includes / core / template.php" and find this code as below then you can change the size as you want.


if (!$responsive) {
$this->addCss('non-responsive'); //no responsive

$nonrespwidth = $this->getParam('non_responsive_width', '970px');
if(preg_match('/^(-?\d*\.?\d+)(px|%|em|rem|pc|ex|in|deg|s|ms|pt|cm|mm|rad|grad|turn)?/', $nonrespwidth, $match)){
$nonrespwidth = $match[1] . (!empty($match[2]) ? $match[2] : 'px');
}
$this->addStyleDeclaration('.container {width: ' . $nonrespwidth . ' !important;}');

}


Kindest Regards
Comment
There are no comments made yet.
  1. more than a month ago
  2. General Discussion
  3. # 3
Accepted Answer Pending Moderation
0
Votes
Undo
Thanks for the answer.
Comment
There are no comments made yet.
  1. more than a month ago
  2. General Discussion
  3. # 4
Accepted Answer Pending Moderation
0
Votes
Undo
Hmm, attachments are not working.

<link rel="stylesheet" href="/miprane/t3-assets/dev/enext/plugins.system.t3.base.less.non-responsive.less.css" type="text/css" />
<link rel="stylesheet" href="/miprane/templates/t3_blank/css/custom.css" type="text/css" />
<style type="text/css">
.container {width: 970px !important;}
</style>
<script src="/miprane/media/jui/js/jquery.min.js" type="text/javascript"></script>
<script src="/miprane/media/jui/js/jquery-noconflict.js" type="text/javascript"></script>
Comment
There are no comments made yet.
  1. more than a month ago
  2. General Discussion
  3. # 5
Accepted Answer Pending Moderation
0
Votes
Undo
Hi admin,
it is in the source code autogenerated by T3 Blank.

Look at the print screen.
Attachments (1)
Comment
There are no comments made yet.
  1. more than a month ago
  2. General Discussion
  3. # 6
Accepted Answer Pending Moderation
0
Votes
Undo
Hi tyo,

It is really weird to have this value in T3 Blank.
Please post your site url here so I can invest your problem.

Regards
Comment
There are no comments made yet.
  1. more than a month ago
  2. General Discussion
  3. # 7
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Admin,

I have the same problem and I can't find where is the field to change 970px. I am using T3 Blank instead T3 Bs3.

Kindest Regards
Comment
There are no comments made yet.
  1. more than a month ago
  2. General Discussion
  3. # 8
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Zdeněk Štěpánek,

The 970px width is define in Template Manager.
If you turn off Responsive value, you should able to see it.

For more. T3 Bs3 Blank is not ready to support None responsive template.
Please turn Responsive on. We will improve this feature soon.

Bootstrap 3.x is mobile first approach. It have responsive feature by default.

Regards
Comment
There are no comments made yet.
  1. more than a month ago
  2. General Discussion
  3. # 9
  • Page :
  • 1


There are no replies made for this post yet.
However, you are not allowed to reply to this post.