• Resolved williefunk2000

    (@williefunk2000)


    Hi,

    The plugin seems to default to the full container width. Is there an easy way for me to tell it to only use a percentage of the width? Right now the images are just to big and overwhelming.

    Thanks!

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hi,
    you can do it via CSS easily. or you can use option more than one picture in a slide in plugin setting.
    i can see that you are trying to fix it via CSS, but there is some issue in your code. please paste the below CSS code in Appearance > Customize > Additional CSS. this code will adjust the width 50% and center-align the gallery.

    
    #ig-block-1 {
        width: 50%;
        margin: auto;
    }
    
Viewing 1 replies (of 1 total)
  • The topic ‘make images smaller’ is closed to new replies.