-
AuthorPosts
-
smartmax Friend
smartmax
- Join date:
- May 2008
- Posts:
- 538
- Downloads:
- 159
- Uploads:
- 218
- Thanks:
- 72
- Thanked:
- 7 times in 3 posts
November 9, 2012 at 2:16 pm #182086I’d like to remove the top image (header-bg.png) and make the space there smaller.
How can I do that? Please need a little help :-[
Many thanks in advance
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
November 9, 2012 at 8:17 pm #472429Hi
Please post a link to your site and also disable CSS and JS optimization so we can take a look at your files
smartmax Friendsmartmax
- Join date:
- May 2008
- Posts:
- 538
- Downloads:
- 159
- Uploads:
- 218
- Thanks:
- 72
- Thanked:
- 7 times in 3 posts
November 10, 2012 at 9:00 am #472475pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
November 10, 2012 at 9:09 am #472477Hi
<blockquote>I’d like to remove the top image (header-bg.png)</blockquote>
In this file /templates/ja_bistro/themes/red/css/template.css at line 172 now you have
#ja-header {
background-image: url("../images/header-bg.png");
}change to
#ja-header {
background-image: none;
}<blockquote>make the space there smaller.</blockquote>
in this file /templates/ja_bistro/css/template.css at line 571 now you have
#ja-header .main {
padding: 90px 0 0 60px;
}change to
#ja-header .main {
padding: 0 0 0 60px;
}Regards
smartmax Friendsmartmax
- Join date:
- May 2008
- Posts:
- 538
- Downloads:
- 159
- Uploads:
- 218
- Thanks:
- 72
- Thanked:
- 7 times in 3 posts
April 10, 2013 at 6:16 pm #489467Thank you very much!
AuthorPostsViewing 5 posts - 1 through 5 (of 5 total)This topic contains 5 replies, has 2 voices, and was last updated by smartmax 11 years, 8 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Remove top image and makes less space in top?
Viewing 5 posts - 1 through 5 (of 5 total)