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. Andre
  2. General Discussion
  3. Saturday, 10 January 2015
  4.  Subscribe via email
Hello,

how can i change the .container padding left/right to 30px so i have a column width of 65px on a 1170px gridsystem?

Thanks!

Kind regards!
Comment
There are no comments made yet.
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Andre,

Please add the following CSS rule to your "templates/t3_bs3_blank/css/custom.css" file.

@media screen and (min-width: 1170px) {
.container {
padding-left: 30px;
padding-right: 30px;
}
}


Tell me if you need any further help.

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


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