Jump to content



Latest News: (loading..)

- - - - -

Logo hanging in the wrong spot


  • Please log in to reply
8 replies to this topic

#1   PHG

PHG
  • Members
  • 6 posts
  • Real Name:Marie
  • Gender:Female

Posted 19 July 2012 - 12:07 PM

Hi, I hope someone can help me. I am new to this. I had someone helping me but I can’t get hold of them anymore. My logo sits up the top (in, would you call it the banner? header?) It should sit above my horizontal categories menu but is overlapping it (with some space at the top). Is there a way to nudge the logo up and across? I hope someone can help...thanks.

#2   Praful Kamble

Praful Kamble
  • Members
  • 264 posts
  • Real Name:Praful
  • Gender:Male
  • Location:Pune, India

Posted 19 July 2012 - 01:06 PM

@PHG

Hello Marie,

Welcome to the osCommerce family.

As you are new to osCommerce, I would like you to go through this thread for any design help.

Praful
Like post..hit LIKE button.

osCommerce | Joomla | WordPress | Magento | SEO | CakePHP | CI

Guaranteed Website Speed Optimization!!

#3 ONLINE   multimixer

multimixer

    Lemons or Melons ?

  • Partner
  • 4,390 posts
  • Real Name:George Zarkadas
  • Gender:Male
  • Location:Greece

Posted 19 July 2012 - 01:20 PM

@PHG

Do you use a template? There is no horizontal categories menu by default

#4   PHG

PHG
  • Members
  • 6 posts
  • Real Name:Marie
  • Gender:Female

Posted 19 July 2012 - 01:28 PM

Hi Praful..Thanks I will have a look...I hope there is something in there that will help. This is driving me crazy! Yes, I am new. My website is ready (aside from this logo issue) and the whole thing is like another language for me.

Hi George...It started out as a template. The person that was helping me made adjustments for me to suit the look I wanted, which was the categories across the top.

Edited by PHG, 19 July 2012 - 01:29 PM.


#5 ONLINE   multimixer

multimixer

    Lemons or Melons ?

  • Partner
  • 4,390 posts
  • Real Name:George Zarkadas
  • Gender:Male
  • Location:Greece

Posted 19 July 2012 - 01:40 PM

@PHG

can you post your url?

#6   PHG

PHG
  • Members
  • 6 posts
  • Real Name:Marie
  • Gender:Female

Posted 19 July 2012 - 01:43 PM

George, is this what you need?
http://halojewellery.net/catalog/index.php

#7   PHG

PHG
  • Members
  • 6 posts
  • Real Name:Marie
  • Gender:Female

Posted 19 July 2012 - 01:46 PM

You know, I am wondering if it will work to replace some of those feathers, with the oval logo and then insert the whole banner again? I am worried if I do that will I ruin any of the work that has been done, such as the ‘home, log in’ etc in the top left corner. So worried to touch anything and make a big mistake.

#8 ONLINE   multimixer

multimixer

    Lemons or Melons ?

  • Partner
  • 4,390 posts
  • Real Name:George Zarkadas
  • Gender:Male
  • Location:Greece

Posted 19 July 2012 - 02:06 PM

In your stylesheet.css, line 97, find
.logo {
	display: inline-block;
	height: 78px;
	left: 50%;
	margin-left: -470px;
	position: absolute;
	top: 52px;
	width: 269px;
	z-index: 999;
}

replace with
.logo {
	width: 269px;
	height: 78px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 999;
}

You can change now the left/top values to finetune distance from left and top

The slider application you have is extremely slow, nobody will wait a century for that to load, maybe you can replace it with something better?

#9   PHG

PHG
  • Members
  • 6 posts
  • Real Name:Marie
  • Gender:Female

Posted 20 July 2012 - 07:01 AM

THANK YOU GEORGE! YOU ARE A GENIUS!!!

Yes, the slider is slow. Is there any way to make what is there quicker? Or do you have any suggestions for a replacement?