coppermine-gallery.com/forum

Support => cpg1.5.x Support => cpg1.5 themes (visuals) => Topic started by: altenae on October 27, 2011, 10:55:11 AM

Title: Pop UP box for "By date" and "details for hits" to small and not resizeable
Post by: altenae on October 27, 2011, 10:55:11 AM
The Pop UP box for "By date" and "details for hits" to small and not resizeable.

The boxes are opened to small.
I am sure this can be changed somewhere, but as usual I can't find it.

Sorry Andre for all my questions...
So far you have helped me a lot....thank you


Greetings,

Edward
Title: Re: Pop UP box for "By date" and "details for hits" to small and not resizeable
Post by: Αndré on October 27, 2011, 01:56:05 PM
Do you want to resize the box itself or its content?

Please post a link to your gallery, as the box opens as expected in my test gallery.
Title: Re: Pop UP box for "By date" and "details for hits" to small and not resizeable
Post by: altenae on October 27, 2011, 02:23:57 PM
www.wildlife-photos.org/cpg132

Check the by date search function and the detail screen of the views.

Edward
Title: Re: Pop UP box for "By date" and "details for hits" to small and not resizeable
Post by: Αndré on October 27, 2011, 03:00:42 PM
Your custom theme has set a minimum width, causing that issue:
Quotebody {
    background: #181818 ;
    font-family : Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: white;
    margin: 0px;
    padding-top: 0px;
    padding-right: 2%;
    padding-bottom: 15px;
    padding-left: 2%;
   min-width:1120px;

}


It works as expected with e.g. the curve theme: http://www.wildlife-photos.org/cpg132/index.php?theme=curve
Title: Re: Pop UP box for "By date" and "details for hits" to small and not resizeable
Post by: altenae on October 27, 2011, 09:59:45 PM
Yep...

Thanks again  :)
Title: Re: Pop UP box for "By date" and "details for hits" to small and not resizeable
Post by: altenae on October 28, 2011, 11:11:06 AM
One question,

Is there a way to keep the min-width and have a normal size popup ?

Edward
Title: Re: Pop UP box for "By date" and "details for hits" to small and not resizeable
Post by: Αndré on October 28, 2011, 12:13:13 PM
You could add the function pageheader_mini from themes/sample/theme.php to your theme's theme.php file (if it doesn't exist already) and then overwrite the assigned CSS values by adding some other styles here:
<body>
Title: Re: Pop UP box for "By date" and "details for hits" to small and not resizeable
Post by: altenae on October 28, 2011, 05:07:52 PM
Oke have it working now.

Thanks