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. shahnewaz al maruf
  2. General Discussion
  3. Tuesday, 11 June 2013
  4.  Subscribe via email
Hello experts,
this is Shanewaz, going launch a template club Title.
I was using expose framework but i am highly interested to build my templates in amazing T3-framework. i am highly impressed seeing its menu and layout system.
i need to know:

What should i do if i want my logo in a different position?
I need it in the middle, and i need two module positions around it. one is at left and one is at right.


Regards...
Shanewaz.
  Puchong, Selangor, Malaysia
Visit 
Comment
There are no comments made yet.
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Shanewaz,

Layout system just let you adjust some configuration based on default layout (which created by developer).
You can always modify layout structure files in \templates\[tpl name]\blocks folder.

For the logo, you can change it in \templates\[tpl name]\blocks\header.php file.

Just take a look on bootstrap grid http://twitter.github.io/bootstrap/scaffolding.html#gridSystem

You can create a header row for logo with 3 spans for ex.
<div class="row">
<div class="span4"> First column </div>
<div class="span4"> Logo </div>
<div class="span4"> Second column </div>
</div>

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.