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. Gianluca
  2. General Discussion
  3. Sunday, 02 March 2014
  4.  Subscribe via email
Salve a tutti ho un problema con il template. Ho installato t3 framework su joomla 3.2 e adesso vorrei ridimensionare il menu e l'intestazione del template t3 blank, ma non saprei come fare c'è qualcuno che può aiutarmi ? Grazie


Hi all I have a problem with the template, after installing t3 framework would like to change the width of the mainmenu and the header, but I do not know how to do, can someone help me? thanks
Comment
There are no comments made yet.
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Gianluca,

It is required some CSS skill to do it.
First, you can add a new class to the "container" on line 13 in tpls/blocks/mainnav.php

<nav id="t3-mainnav" class="wrap navbar navbar-default t3-mainnav">
<div class="container mainnav-width">


Then you can use mainnav-width class to control the with of the mainnav
You can do it in custom.css
http://t3-framework.org/documentation/bs3-customization#custom-css

mainnav-width {
width: 700px !important;
}

You need to change the width in other screen size also.

Regards
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.