-
AuthorPosts
-
June 11, 2014 at 1:41 pm #198709pavit Moderator
pavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
June 11, 2014 at 2:42 pm #538606Hi
In your custom.css file you can add a padding 25px
.t3-header {
padding:25px;
}
increase the value of padding will increase the heightJune 11, 2014 at 3:06 pm #538614Hi Pavit,
I have tried your suggestion and must say that I do notice change in behaviour but still do not succeed in makeing the header smaller.
When I inspect the element I notice that it refers to header#t3-header.wrap.t3-header 1221px x 86px
So I would say I should be able to decrease the number of vertical pixels from 86px to let’s say 40px… How would I do that?
thanks
Rob
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
June 11, 2014 at 3:15 pm #538620<blockquote>When I inspect the element I notice that it refers to header#t3-header.wrap.t3-header 1221px x 86px</blockquote>
You are inspecting element with css optimization ON in your backend, disable the optimization to find the correct code
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
June 11, 2014 at 3:17 pm #538621Try the following – paste within your custom.css file
#header {
padding: 0;
}#content {
padding-top: 65px;
}
AuthorPostsViewing 5 posts - 1 through 5 (of 5 total)This topic contains 5 replies, has 3 voices, and was last updated by TomC 10 years, 4 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum