Author Topic: MDQBlues menue question  (Read 2102 times)

Offline peter wood

  • Jr. Member
  • **
  • Posts: 18
MDQBlues menue question
« 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 could you please advise.
             thanks
                            peter
« Last Edit: December 31, 1969, 06:00:00 PM by Guest »

Offline Mr.Meteo

  • Administrator
  • Hero Member
  • *****
  • Posts: 1120
    • http://www.meteostours.ca
Re: MDQBlues menue question
« Reply #1 on: April 29, 2012, 10:04:55 AM »
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):
Code: [Select]
.but {
padding: 0px 20px;
and play with this 20px.. to "schrimp" you menu.

Solution #2: Reduce font size:
Find simply this section (line 59):
Code: [Select]
#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:

Code: [Select]
<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
« Last Edit: December 31, 1969, 06:00:00 PM by Guest »
Please, consider supporting this site 

Offline peter wood

  • Jr. Member
  • **
  • Posts: 18
Re: MDQBlues menue question
« Reply #2 on: April 29, 2012, 04:11:59 PM »
Hi Jaques
                thanks its sorted now
                                                  peter
« Last Edit: December 31, 1969, 06:00:00 PM by Guest »