Try adding this to your stylesheet and see if it gives you the effect you want:
Code:#logo { float: right; margin-top:-15px; height: 238px; }
Try adding this to your stylesheet and see if it gives you the effect you want:
Code:#logo { float: right; margin-top:-15px; height: 238px; }
Mary Ellen
I came; I saw; I Zenned
Taking over the world... one website at a time
Make sure brain is engaged before putting mouth in gear... or fingers to keyboard.
Holzheimer
Fan Odyssey
You've also edited something incorrectly in your template. I'm seeing HOME_PAGE_TITLE instead of a title. Use admin>tools>developers tool kit to find where that should be defined.
Mary Ellen
I came; I saw; I Zenned
Taking over the world... one website at a time
Make sure brain is engaged before putting mouth in gear... or fingers to keyboard.
Holzheimer
Fan Odyssey
You don't replace the HOME_PAGE_TITLE, you insert the text you want between the single quotes:
Line #23 : define('HOME_PAGE_TITLE', 'new text here'); // usually best left blank
That change you made to the height of a img is causing the problem with the images in your product listing. What problems are you having with other images when you remove that and add the height:238px; to #logo?
Title tag - oh yeah..ofcourse![]()
I have now added this
define('HOME_PAGE_TITLE', 'ampm graphics'); // usually best left blank
But still shows up with Home Page Title.
Why can't I leave this blank?
Also I have a meta tags file in languages/english/template folder which has this
define('TITLE', 'ampm graphics print');
// Site Tagline
define('SITE_TAGLINE', 'ampm graphics print');
Why isn't that showing??
On a more positive note...the image problem has been solvedThank you...I hadn't put the #logo bit in the css
Think I need a strong coffee to get my brain working better!
Yeah thats what I had which sorted out the top but then meant that other images were doing wierd things throughout the site...
I've uploaded that style again to let you see what happens..
Look here for one example
Any idea what I can do?
Thanks