Pop UP box for "By date" and "details for hits" to small and not resizeable Pop UP box for "By date" and "details for hits" to small and not resizeable
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

Pop UP box for "By date" and "details for hits" to small and not resizeable

Started by altenae, October 27, 2011, 10:55:11 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

altenae

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

Αndré

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.

altenae


Αndré

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


altenae

One question,

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

Edward

Αndré

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>

altenae