Advanced search  

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

Pages: [1]   Go Down

Author Topic: Pop UP box for "By date" and "details for hits" to small and not resizeable  (Read 3475 times)

0 Members and 1 Guest are viewing this topic.

altenae

  • Coppermine frequent poster
  • ***
  • Offline Offline
  • Posts: 254

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
Logged

Αndré

  • Administrator
  • Coppermine addict
  • *****
  • Country: de
  • Offline Offline
  • Gender: Male
  • Posts: 15764

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.
Logged

altenae

  • Coppermine frequent poster
  • ***
  • Offline Offline
  • Posts: 254

www.wildlife-photos.org/cpg132

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

Edward
Logged

Αndré

  • Administrator
  • Coppermine addict
  • *****
  • Country: de
  • Offline Offline
  • Gender: Male
  • Posts: 15764

Your custom theme has set a minimum width, causing that issue:
Quote
body {
    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
Logged

altenae

  • Coppermine frequent poster
  • ***
  • Offline Offline
  • Posts: 254

Yep...

Thanks again  :)
Logged

altenae

  • Coppermine frequent poster
  • ***
  • Offline Offline
  • Posts: 254

One question,

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

Edward
Logged

Αndré

  • Administrator
  • Coppermine addict
  • *****
  • Country: de
  • Offline Offline
  • Gender: Male
  • Posts: 15764

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:
Code: [Select]
<body>
Logged

altenae

  • Coppermine frequent poster
  • ***
  • Offline Offline
  • Posts: 254

Oke have it working now.

Thanks
Logged
Pages: [1]   Go Up
 

Page created in 0.017 seconds with 20 queries.