-
AuthorPosts
-
July 31, 2013 at 4:22 am #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!
-
TomC Moderator
TomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
July 31, 2013 at 4:15 pm #500775So 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 settingsAugust 1, 2013 at 6:23 am #500836Hello! 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! 🙂
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
August 1, 2013 at 8:57 am #500856You 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;
}1 user says Thank You to Ninja Lead for this useful post
August 1, 2013 at 11:32 am #500887Wow! Thank you so much! It works 🙂
August 1, 2013 at 11:33 am #500888Thanks a lot! 😀
AuthorPostsViewing 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
Jump to forum
-