Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • arschner Friend
    #202289

    Hello!

    I really fell in love with T3 framework! I am setting up my new website with t3 bs3 blank as a starting point. And I am desperately trying to register an account over there (http://www.t3-framework.org/discussions.html) to join the discussion. But I never receive the activation link no matter which e-mail provider I try :(( That’s why I am asking for help in this place now.

    I am refering to this thread:
    http://www.t3-framework.org/discussions/change-header-and-footer-backgroun-color.html

    I have tried the solution decribed over there and it works so far. But the positions for logo and head-search move to the very left resp. right due to the 100 % width. How can I keep those in place?

    Thanks for your help!

    Michael

    Saguaros Moderator
    #553744

    Hi Michael,

    If your site is online, you can post URL here and turn off the Optimize CSS options in template manager section in backend of your site.

    Also illustrate what you want to achieve via screenshots, I will give further suggestion.

    arschner Friend
    #553784

    Hi Saguaros,

    thanks for your response.

    I have set up a test site here:
    http://test.ebede.net/

    Attached you can find the screenshots:

    no 1: Here I have set the width of t3-header to 100 %. Logo slides to the very left and head-search to the very right.

    no 2: I have left out the width attribute. White squares appear.

    n0 3: This is how it should be: Background color fills the complete area while logo and head-search remain at their original positions. Which is quite important on wider screens.

    Would be very glad if youcan help.

    Thank you!

    Michael


    1. 1-header-background-100width
    2. 2-header-background-without-width-tag
    3. 3-header-background-desired
    TomC Moderator
    #553798

    Try This . . . .

    Within your custom.css file, paste the following CSS rules:


    .t3-mainnav .container {
    width: 100%;
    margin-left: 50px;
    }

    .logo a {
    margin-left: 50px;
    }

    .head-search .search {
    right: 50px;
    }

    SAVE CHANGES – CLEAR CACHE – REFRESH PAGE

    Better ??

    arschner Friend
    #553813

    Hi Tom

    Thanks for your suggestion. Well, it made the navbar fluid width, which was not quite what I wanted. Nonetheless, looking at the navbar gave me some inspiration.

    And here is my solution. 🙂

    1. Add to custom.css:

    .t3-header{
    background-color: #336699
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    }

    In the above code choose any background-color you like.

    Add to the header-block in file t3_bs3_blank/tpls/blocks/header.php:

    Find

    <!-- HEADER -->
    <header id="t3-header" class="container t3-header">
    <div class="row">

    Replace with:

    <!-- HEADER -->
    <header id="t3-header" class="container t3-header">
    <div class="container">
    <div class="row">

    Find

    <!-- //LANGUAGE SWITCHER -->
    <?php endif ?>
    </div>
    <?php endif ?>

    </div>
    </header>
    <!-- //HEADER -->

    Replace with:

    <!-- //LANGUAGE SWITCHER -->
    <?php endif ?>
    </div>
    <?php endif ?>

    </div>
    </div>
    </header>
    <!-- //HEADER -->

    My approach was to look how it works with the navbar where it was no problem to apply a background-color. I found out you just need to put everything into a div with class “container” since this class always holds the needed width value.

    Thanks!

    Michael

    TomC Moderator
    #553814

    Much of the customization of these templates comes down to a little trial-and-error and patience.

    GOOD JOB working through it . . . and all the best with your continuing site development !!!

    🙂

    arschner Friend
    #553815

    Thanks! Be assured I’ll need help again sometime very soon! 🙂

    TomC Moderator
    #553819

    <em>@arschner 451212 wrote:</em><blockquote>Thanks! Be assured I’ll need help again sometime very soon! :)</blockquote>

    Anytime 😎

Viewing 8 posts - 1 through 8 (of 8 total)

This topic contains 8 replies, has 3 voices, and was last updated by  TomC 9 years, 12 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum