coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 themes/skins/templates => Topic started by: Cyberpawz on February 21, 2006, 05:36:24 PM

Title: Seems everything is a little squished...
Post by: Cyberpawz on February 21, 2006, 05:36:24 PM
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?
Title: Re: Seems everything is a little squished...
Post by: Joachim Müller 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;
}
Title: Re: Seems everything is a little squished...
Post by: Cyberpawz on February 21, 2006, 06:04:49 PM
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?
Title: Re: Seems everything is a little squished...
Post by: Joachim Müller 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.
Title: Re: Seems everything is a little squished...
Post by: Cyberpawz on February 21, 2006, 07:14:50 PM
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.