679 users online
Register
Log in
Shopping Cart
(0)
Home
Product
Overview
Features
Store demo
Screenshots
Showcase - live shops
Copyright Notice Removal
System Requirements
Roadmap
Contribute
Team Members
License
Downloads
Download nopCommerce
Extensions
Release Notes
Support
Documentation
Forums
Partners
Recommended Hosting
Solution Partners
Become a Partner
Community sponsorship program
My Account
Contacts
Tweet
Home
/
Forums
/
General
/
HTML, XHTML, CSS, Design Questions
/
Cannot Resize Header To Fit Larger Logo
Cannot Resize Header To Fit Larger Logo
Reply
tombanh
Total Posts:
184
Karma:
930
Joined:
8/31/2010
Location:
United States
PM
Posted:
one year ago
Quote
OOPS! I forgot to leave link to the site I am working on so you'll have an idea:
http://myamericanfurnituregalleries.com/
Hello,
I have replaced the NopCommerce logo with my own. However, I can't seem to make the Logo display any larger in the Header. The original Width & Height of NopCommerce's logo was 340 X 70 where mine is 294 X 89. There are 2 places I can find the settings for the Logo; I can find it in BOTH master.css files; one in "App_Themes\administration" and another is in "App_Themes\darkOrange" directories.
I changed the settings of master.css file in "App_Themes\administration" as follow:
ORIGINAL SETTING:
.header .logo
{
background: url('images/white_afg_logo.jpg');
display: block;
width: 217px;
height: 67px;
text-decoration: none;
}
UPDATED SETTING:
.header .logo
{
background: url('images/white_afg_logo.jpg');
display: block;
width: 294px;
height: 89px;
text-decoration: none;
}
The result however had no effect.
Secondly, I changed the settings of master.css file in "App_Themes\darkOrange" as follow:
ORIGINAL SETTING:
a.logo
{
background: url('images/logo.gif');
display: block;
width: 225px;
height: 60px;
text-decoration: none;
}
UPDATED SETTING:
a.logo
{
background: url('images/white_afg_logo.jpg');
display: block;
width: 294px;
height: 89px;
text-decoration: none;
}
The result however had no effect.
Anyone with a solution or have encountered this before, your feedback is appreciated. OR... could this be a bug in NopCommerce? I am using Version 1.0
Many thanks!
0
Please
login or register
to vote for this post.
(click on this box to dismiss)
abcd_12345
Total Posts:
1958
Karma:
12388
Joined:
1/8/2010
Location:
United States
PM
Posted:
one year ago
Quote
I have replied you here:
http://www.nopcommerce.com/boards/t/5386/how-to-replace-header-logo-with-my-own.aspx
0
Please
login or register
to vote for this post.
(click on this box to dismiss)
Please VOTE for the post if it helps you.
Thanks
Mike-nickname
If im not available here, post ur question on my site forum & I'll reply back there ASAP
www.strivingprogrammers.com
(Online Forums: ASP.NET, SQL, C#, AJAX, HTML, CSS, VB, C++, MS Office, Photoshop, Windows, Linux & more)