Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #975277

    Hi
    these are the settings of the gallery-widget i added:
    http://www.maskenzauber.com/screenshots/gal.jpg

    This is what i got:
    http://www.maskenzauber.com/screenshots/gal2.jpg

    1: All original images do have the same size
    2: There is NO custom-CSS that could produce that issue!
    3: The images are made by Server/enfoldscript – so even if the original-images would not be the same size that wouldnt be of any matter
    4: I cant give you access to our sandbox.

    How can i fix that issue?
    Kind regards maren

    #975307

    Hey Maskenzauber,

    Could you please give us a link to your website, we need more context to be able to help you.

    Best regards,
    Victoria

    #975465

    I already told you.
    Would you please read my post instead of guessing what it possibly coud be about?
    And by the way – see #4

    #975480

    Hi,

    Because the layout (including the sidebar width) is fluid, the fixed thumbnail sizes can exceed the sidebar width and then the images move around. Please try to add this code to the quick css field:

    
    #top .widget .gallery .gallery-item {
        margin: 1px 1px 0 0;
        width: 24%;
        height: 24%;
    }
    

    The browser should then adjust the image sizes dynamically if the sidebar width changes.

    Best regards,
    Dude

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.