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. Lee Tempest
  2. Sherlock Holmes
  3. General Discussion
  4. Friday, 20 March 2015
  5.  Subscribe via email
Hello,

How can I modify my custom CSS to extend the header background colour across the full width of the browser, whilst still retaining the .contanier width?

http://homeopath.under-development.info/

As you can see the header area has a CSS background-colour class applied to it but this doe snot go to the full browser width, Do I need another wrapper div?

Thanks

Lee
Comment
There are no comments made yet.
Accepted Answer
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Lee,

First, you need to replace class "container" with "wrap" on the header. after that you need to add div with class "container". To do this, you have to open the ....yourtemplatename\tpls\blocks\header.php

<header id="t3-header" class="wrap t3-header">
<div class="container">
<div class="row">
<!-- header content -->
</div>
</div>
</header>


Best Regards
Comment
There are no comments made yet.
  1. more than a month ago
  2. General Discussion
  3. # Permalink
Accepted Answer Pending Moderation
0
Votes
Undo
Tyo,
Thanks so much for your help, that worked perfectly.

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