-
AuthorPosts
-
January 24, 2011 at 12:25 pm #159214
can somebody tell me how to remove the search box ..
i know i can disble the module but the graphic is still there…
once the search module is disabled is it possible to resize the logo so that it is the width of the entire top?
thanks
aman204 Friendaman204
- Join date:
- January 2010
- Posts:
- 1945
- Downloads:
- 0
- Uploads:
- 43
- Thanks:
- 11
- Thanked:
- 418 times in 356 posts
January 24, 2011 at 6:56 pm #373532Please ensure to clear your browser cache after making changes as the search module graphic wont be seen if the specific module is disabled
<blockquote>once the search module is disabled is it possible to resize the logo so that it is the width of the entire top?</blockquote>
You can update your logo image in this directory::
h1.logo a {color.css (line 78)
background: url(“../images/logo.png”) no-repeat scroll left center transparent;
}and then, increase dimensions here accordingly::
h1.logo {template.css (line 311)
height: 68px;
width: 294px;
}and
h1.logo a {template.css (line 313)
background: url(“../images/logo.png”) no-repeat scroll left center transparent;
display: block;
height: 68px;
width: 294px;
}January 25, 2011 at 11:05 am #373683color.css (line 78)
where is colour.css please?aman204 Friendaman204
- Join date:
- January 2010
- Posts:
- 1945
- Downloads:
- 0
- Uploads:
- 43
- Thanks:
- 11
- Thanked:
- 418 times in 356 posts
January 25, 2011 at 11:31 am #373691<em>@jimcom76 217433 wrote:</em><blockquote>color.css (line 78)
where is colour.css please?</blockquote>The specific css file will pertain to preset profile been selected for the template. Like, You have this css file which mainly updates references for blue profile::
templates/ja_portfolio/core/themes/blue-color/css/color.css
Assuming you are using default profile which comes intact with template, You can simply update your logo image with one in images folder of specific template
January 25, 2011 at 12:36 pm #373705thank you… you explained very well:)
the template.css alterations are to be done here yes….
templates/ja_portfolio/css/template.css ?
they were on lines 813 and 819 respectively.
i found them and changed to your ammended code and have tried in 3 browsers but the logo does not go to the left.
is there any way i can send you a pm and then please ask you to see what i am doing worng?
thank you
<em>@aman204 217442 wrote:</em><blockquote>The specific css file will pertain to preset profile been selected for the template. Like, You have this css file which mainly updates references for blue profile::
templates/ja_portfolio/core/themes/blue-color/css/color.css
Assuming you are using default profile which comes intact with template, You can simply update your logo image with one in images folder of specific template</blockquote>
aman204 Friendaman204
- Join date:
- January 2010
- Posts:
- 1945
- Downloads:
- 0
- Uploads:
- 43
- Thanks:
- 11
- Thanked:
- 418 times in 356 posts
January 25, 2011 at 12:42 pm #373709<blockquote>i found them and changed to your ammended code and have tried in 3 browsers but the logo does not go to the left.</blockquote>
Are you looking forward to have different position for logo ? If so, Please provide in screenshot marked with annotations as to where you want it
Yes, You can pm me site link to take closer look 🙂
January 25, 2011 at 5:25 pm #373731it is simple.. i want the logo to be the width of the top. is this possible?
I have sent you a pm
here is a screen shot
thanks
aman204 Friendaman204
- Join date:
- January 2010
- Posts:
- 1945
- Downloads:
- 0
- Uploads:
- 43
- Thanks:
- 11
- Thanked:
- 418 times in 356 posts
January 27, 2011 at 7:42 am #374024As suggested earlier,
<blockquote>and then, increase dimensions here accordingly::
h1.logo {template.css (line 311)
height: 68px;
width: 294px;
}and
h1.logo a {template.css (line 313)
background: url(“../images/logo.png”) no-repeat scroll left center transparent;
display: block;
height: 68px;
width: 294px;
}</blockquote>
So please increase width value in accordance and it will be set fine 🙂
1 user says Thank You to aman204 for this useful post
January 27, 2011 at 9:42 am #374042sorry… my mistake…. you explained perfectly:)
AuthorPostsViewing 9 posts - 1 through 9 (of 9 total)This topic contains 9 replies, has 2 voices, and was last updated by jimcom76 13 years, 9 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
is it remove search and graphic to allow biiger logo?
Viewing 9 posts - 1 through 9 (of 9 total)