Thank you , its embarrasing the way it looks, even from a newbie like me...!
http://www.spiritsofthewestwind.com
Last edited by bjames; 23 Jun 2012 at 02:33 PM. Reason: spelling
The first thing to do would be to resize your logo.png to 950 px wide because 950 is the width of the template. Then in the stylesheet.css file change this:
to this:Code:#tagline {color:#b5b5b5;font-size: 1.65em;text-align :left;text-transform:lowercase;vertical-align:bottom;margin-left:10px;margin-bottom:25px;} #logo {padding-top:15px;padding-left:15px;}
Thanks,Code:#tagline {color:#b5b5b5;font-size: 1.65em;text-align :left;text-transform:lowercase;vertical-align:bottom;margin-left:10px;margin-bottom:25px;display:none;} #logo {padding-top:0px;padding-left:0px;}
Anne
Will do thanks so much!![]()
I am looking at adding another 'page' to my shopping cart titled 'Main Website' which I want as a option in the top menu, When clicked I would like it to link directly back to my main website and out of the shopping cart. How should I go about this?
I was guessing that I needed to create a new file 'define_main_website.php' in includes/languages/english/html_includes/alysa_rounded (which I could place the link in) I was guessing I would also needed to add it into the header.php but doing both of these things has not worked.
so I must be going about it the wrong way?
Thank you :)
I have added the following to create the new 'Main Website' tab (at line 91 underneath the code for the contact us tab)
<li><?php echo '<a href="' . zen_href_link(FILENAME_MAIN_WEBSITE) . '">'; ?><?php echo HEADER_TITLE_MAIN_WEBSITE; ?></a> | </li>
But am unsure as to where I should add my link...I have tried two different places and both times my whole cart disappeared![]()