• Resolved centecente

    (@centecente)


    Hi
    I need to have 20px spacing vertical in my gallery
    if I add 20 in the spacing options of the gallery, my images becomes also less wider than needed

    you can see here:

    https://www.occhioiperteso.it/microdata-2/

    the last content is the video,responsive 887px
    but all my images are 869px …

    if I remnove the 20 px option in the spacing gallery all my images are not vertically spaced but are 887px wide, that is correct

    any suggestion?

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter centecente

    (@centecente)

    I didn’t explain very well..!

    The problem with spacing is that if I add 20px spacing, in the gallery option, the images are not wide like the page that is 887px

    20px of spacing are removed from the image wide ( on right side) despite I have a vertical gallery

    Plugin Author bradvin

    (@bradvin)

    Hi there

    I had a look at your page, but I am unsure why you want to use a gallery, when your image thumbs are so large? Would it not make more sense to just include the images in your page content one after the other, each in it’s own paragraph?

    Thread Starter centecente

    (@centecente)

    thanks @bradvin
    but it’s more easy for me to update, change, the images for each portfolio page.
    I now the images are big but there is no speed issue at the moment visiting the site.

    I cannot understand why spacing is the same for vertical and horizontal.

    Is possible to find a solution ?
    thanks
    filippo

    Plugin Author bradvin

    (@bradvin)

    unfortunately that is just how the template is built. You could always override the CSS using custom CSS, to cater for your needs:

    
    .foogallery-default.spacing-width-20 a {
      margin-right: 0 !important;
    }
    
    Thread Starter centecente

    (@centecente)

    thanks you so much, now it’s perfect!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Spacing issue’ is closed to new replies.