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
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.
www.wildlife-photos.org/cpg132
Check the by date search function and the detail screen of the views.
Edward
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
Yep...
Thanks again :)
One question,
Is there a way to keep the min-width and have a normal size popup ?
Edward
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>
Oke have it working now.
Thanks