Weather by You!
Templates and Projects support => Html Templates => Topic started by: peter wood on April 29, 2012, 08:12:52 AM
-
Hi Jaques
i would like to add another tab to the menue the tab would be home i want this to take you to our home page www.ncirossallpointfleetwood.co.uk (http://www.ncirossallpointfleetwood.co.uk) could you please advise.
thanks
peter
-
Hi Peter,
To make some places for a new tab in Weather Blues Template,
you have to edit this file: styles.css
Solution #1: Reduce space between tabs
Find simply this section (line 72):
.but {
padding: 0px 20px;and play with this 20px.. to "schrimp" you menu.
Solution #2: Reduce font size:
Find simply this section (line 59):
#buttons a {
...
font-size: 18px;play with this 18px until you're satisfied.
Finally, you have to add your new item to each and every .htm pages.
You'll find in top of each page a section called "buttons"
add simply a line in that list, like this:
<div id="buttons">
<a href="../index.htm" class="but" title="Return to main site">Index</a>
<a href="index.htm" class="but but_t" title="Main page">Now</a>
.......Hope this help,
Jacques
-
Hi Jaques
thanks its sorted now
peter