Last hurdle

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
14 years ago
I am trying to place my logo in the spot of the nopcommerce one on top. NOt hte bottoem copyright as I have not got my licence in order yet. I woould like it to be at the smallest 300 x 200 pixels where do I modify this? I have tried in teh master.css in the images directory but that ended up woith four small logos.
14 years ago
i assume you are trying to change the header logo. Give this a try.

put your logo image in the images folder of the theme you are trying to change.

in master.css find the section Master Header and change .header height to 200px.

Then change a.logo as follows:



a.logo
{
  background: url('images/yourlogo.png');
  display: block;
  width: 300px;
  height: 200px;
  text-decoration: none;
}

that should do it.
take a copy of master.css before modifying just in case before modifying.
Good luck. Merry Christmas. Happy Holidays.

z
14 years ago
Thank you I will try this again but when i did this to to the test site it relocated everythign over and down it changed the whole layout in the default page
14 years ago
Hello, Im having the same trouble.

I would like to know if there is an small explanation how to setup the header with an image with 300px X 200px (width x height).

As when I try to insert an image bigger than the default, and make the changes on CSS, the layout change.

Thanks,
Manuel Seromenho
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.