http://www.cyberpawz.com/Coppermine/
Go to the @ symbol button, and you'll see what I mean, there was more space in 1.3.5 and in 1.4.3 it seems everything is a little more squashed... is there a reason for this?
edit your stylesheet, feel free to change#SYS_MENU {
position:relative;
bottom:3px;
display: block;
width:800px;
height:10px;
padding: 0px;
z-index:1;
visibility: hidden;
}
Quote from: GauGau on February 21, 2006, 06:00:32 PM
edit your stylesheet, feel free to change#SYS_MENU {
position:relative;
bottom:3px;
display: block;
width:800px;
height:10px;
padding: 0px;
z-index:1;
visibility: hidden;
}
Where do I edit this?
themes/yourtheme/style.css, in your case http://www.cyberpawz.com/Coppermine/themes/project_vii/style.css then.
Pretty easy to find out using the "find" option of your operating system.
Quote from: GauGau on February 21, 2006, 06:39:10 PM
themes/yourtheme/style.css, in your case http://www.cyberpawz.com/Coppermine/themes/project_vii/style.css then.
Pretty easy to find out using the "find" option of your operating system.
Thanks it is appreciated.