Everything Centered Everything Centered
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

Everything Centered

Started by Nuage, August 03, 2006, 03:20:15 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Nuage

I've just upgraded my 1.3.3 to 1.4.8 and everything is centered now, the albums, the categories etc. The weirdest thing is that it's only like that in IE, in Firefox, everything is normal. Any way to fix this?

www.angelinaweb.org/imagedb (even the login thing is centered)

user: test01
pass: test01

Thanks!

Sami

your gallery need an account to log in , if need help , you should post a test (non-admin ) account
‍I don't answer to PM with support question
Please post your issue to related board

Nibbler


Nuage

#3
sorry fixed.. so any ideas why it's like that? i checked the css and i think it's not that

Sami

you need to have catrow_noalb and catrow on your style.css
copy these two to your style.css

.catrow_noalb {

        padding-top: 3px;

        padding-right: 10px;

        padding-bottom: 3px;

        padding-left: 10px;

}
.catrow {
        padding-top: 3px;

        padding-right: 10px;

        padding-bottom: 3px;

        padding-left: 10px;

}

‍I don't answer to PM with support question
Please post your issue to related board

Nuage


Sami

can you zip your custom theme and attach it (using additional option) to this thread ? I'll check it localy and correct it ;)
‍I don't answer to PM with support question
Please post your issue to related board

Nuage

#7
Thanks! Now I figured out that it's the template.html file who causes this problem because when I use one of another theme's, it's normal. But it messes with the colours and tables and all.. is there any way you can play on this file and fix it without modifying the appearance? i mean other than the alignment :D ok I fixed the problem by making a new template.html file :)

Sami

‍I don't answer to PM with support question
Please post your issue to related board

Nuage

well I have another problem :( I probably did something wrong and now when you click the "normal"s the pop up doesn't open.. what should I do to fix it? nevermind solved :D

Nibbler

You set the path to scripts.js wrong in your template.html, should point to the Coppermine main folder.

<script type="text/javascript" src="themes/classic2/scripts.js"></script

One issue per thread in future please.