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.
Latest News: (loading..)
Logo hanging in the wrong spot
Started by PHG, Jul 19 2012 12:07 PM
8 replies to this topic
#1
Posted 19 July 2012 - 12:07 PM
#2
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
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!!
osCommerce | Joomla | WordPress | Magento | SEO | CakePHP | CI
Guaranteed Website Speed Optimization!!
#3 ONLINE
Posted 19 July 2012 - 01:20 PM
#4
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.
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
#6
Posted 19 July 2012 - 01:43 PM
#7
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
Posted 19 July 2012 - 02:06 PM
In your stylesheet.css, line 97, find
replace with
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?
.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
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?
Yes, the slider is slow. Is there any way to make what is there quicker? Or do you have any suggestions for a replacement?









