Spenden

Go-Vista - Version 1.9.6 - für Joomla 1.5.x

New release of free Go_Vista-template for Joomla! 1.5.x with version number 1.9.6 finished.
Now go vista template supports fixed and fluid layout.
You can configure the template behaviour in admin panel with following options:

- 100 % width (fluid)
- 95 % width (fluid)
- 90 % width (fluid)
- 85 % width (fluid)
- 80 % width (fluid)
- 75 % width (fluid)
- 75 % width (fluid)
- 960 pixels width (fixed) for screen-resolutions at 1024 pixels and more
- 1220 pixels width (fixed) for screen-resolutions at 1280 pixels and more

Download: 1_5_go_vista.zip (788.83 KB)

Comments

smaller menu buttons

I'm using Go Vista 1.9.6 and I like it very much, only one remark:

How can I make the buttons of the menu smaller ?
(So how to change the length of the buttons)

regards,Peter Tops

edit go_vista/template_css.css

to make the buttons smaller you have to edit go_vista/template_css.css

search for
ul#mainlevel-nav li a {
font-size:11px;
color:white;
font-weight:normal;
text-align:center;
background:url(../images/buttontop_normal.jpg) no-repeat;
line-height:33px;
height:33px;
width:119px;
display: block;
float:left;
}
ul#mainlevel-nav li a:hover {
color:white;
font-size:11px;
font-weight:normal;
text-align:center;
background:url(../images/buttontop_over.jpg) no-repeat;
line-height:33px;
height:33px;
width:119px;
display: block;
float:left;
}

and replace with

ul#mainlevel-nav li a {
font-size:11px;
color:white;
font-weight:normal;
text-align:center;
background:transparent url(../images/buttontop_normal.jpg) no-repeat scroll -10px 0;;
line-height:33px;
height:33px;
width:100px;
display: block;
float:left;
margin-left: 4px;
}
ul#mainlevel-nav li a:hover {
color:white;
font-size:11px;
font-weight:normal;
text-align:center;
background:transparent url(../images/buttontop_over.jpg) no-repeat scroll -10px 0;
line-height:33px;
height:33px;
width:100px;
display: block;
float:left;
margin-left:4px;
}

if you want to have it still smaller
change line-height:33px;
height:33px;
width:100px;
to suit your needs.

not yet

not yet

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.

Post new comment

The content of this field is kept private and will not be shown publicly.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd>
  • Lines and paragraphs break automatically.
  • You may use [inline:xx] tags to display uploaded files or images inline.

More information about formatting options

CAPTCHA
This question is for testing whether you are a human visitor and to prevent automated spam submissions.
  ____    _       _____   _____  __        __            
| _ \ | |__ |___ / | ____| \ \ / / _ __ ___
| | | | | '_ \ |_ \ | _| \ \ /\ / / | '_ ` _ \
| |_| | | |_) | ___) | | |___ \ V V / | | | | | |
|____/ |_.__/ |____/ |_____| \_/\_/ |_| |_| |_|
Enter the code depicted in ASCII art style.