test
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • coffeemon Friend
    #189364

    Hello! Is there any way i can remove the margin on the header? A screenshot of my progress so far is attached in this post.
    I can’t figure out a way to remove the left and right margin on the side of the header or at least change the colour to #333. I might ruin the whole layout if I play with it some more.

    Basically, what I’m trying to do is to fully colour the header #333 and have the red top border go all the way, too. I really need your help. Anyone? 🙁

    This is my ideal look (i did it on photoshop):

    I’m using Joomla 3.0 and the latest version of T3. Please help!


    1. Screen-Shot-2013-07-31-at-11.52.59-AM
    2. ideallook
    TomC Moderator
    #500775

    So that we can try to best assist you, please provide the url of the site you’re working on,
    as well as set your site to “Development Mode” within your Template Manager — General settings

    coffeemon Friend
    #500836

    Hello! The site I’m working on is http://todayscarolinian.net/web3.0

    I tried matching the header by adding a background image of the body that matches the color of the rest of the header. It’s still a bit problematic though, since this happens in mobile mode:

    I think the solution would be to separate the body from the header, but i don’t know how to do it without messing up the whole responsive layout. I reverted it back to its old layout and enabled development mode.

    I hope you can help me out! 🙂


    1. Capture
    Ninja Lead Moderator
    #500856

    You can try to use this way

    Open templates/t3_blank/css/themes/todays/template.css file

    From

    .t3-header {
    padding-top: 20px;
    padding-bottom: 20px;
    }

    change to

    .t3-header {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-right: -20px !important;
    margin-left: -20px;
    background-color: #222;
    width: auto !important;
    padding-left: 75px;
    }

    coffeemon Friend
    #500887

    Wow! Thank you so much! It works 🙂

    coffeemon Friend
    #500888

    Thanks a lot! 😀

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

This topic contains 6 replies, has 3 voices, and was last updated by  coffeemon 11 years, 4 months ago.

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