Viewing 11 replies - 1 through 11 (of 11 total)
  • Plugin Contributor mbrsolution

    (@mbrsolution)

    Hi try the following custom code.

    You need to add this to your theme custom code style if your theme allows it or to your child theme if you are using one.

    Or you can use the following plugin.

    .ngg-gallery-thumbnail-box {
        width: 30%; <---- change this value or leave it as it is.
    }

    Plugin Contributor mbrsolution

    (@mbrsolution)

    Hi, I just realized that NextGen plugin has an area that allows you to add custom style.

    Go to Gallery -> Other Options -> Styles click on (Show Customize Options) link. Add the custom code and make sure you Save your changes.

    Thread Starter Oli2

    (@oli2)

    Hi and thanks

    I’ve tried your solution and past the code. That’s how it looks now:

    /*
    CSS Name: Default Styles
    Description: NextGEN Default Gallery Stylesheet
    Author: Photocrati Media
    Version: 2.12
    
    This stylesheet is provided to allow users the ability of overriding the default styles for all display types
    */
    
    .ngg-gallery-thumbnail-box {
        width: 30%; <---- change this value or leave it as it is.
    }

    But, it doesn’t seem to work; Any other idea ?? ?

    Thread Starter Oli2

    (@oli2)

    I just tried the NextGEN gallery sell photo plugin
    and the problem is exactly yhe same

    Plugin Contributor mbrsolution

    (@mbrsolution)

    Hi I checked your code and your theme is overiding the custom code you have added. You can see below the style added to the div tag.

    <div id=”ngg-image-29″ class=”ngg-gallery-thumbnail-box” style=”width:33%;”>

    What theme are you using?

    Can you test one of WordPress default themes like Twenty Fifteen?

    Thread Starter Oli2

    (@oli2)

    Yep the problem is the same with Twenty fifteen
    I’am using photostory theme from Tomas Toman

    Plugin Contributor mbrsolution

    (@mbrsolution)

    Can you disable all your other plugins except this one and carry out another test.

    Plugin Author mra13

    (@mra13)

    Here is a tutorial for stacking more products side by side when using with NextGen gallery:
    https://www.tipsandtricks-hq.com/ecommerce/nextgen-gallery-stacking-more-product-boxes-side-by-side-3786

    Thread Starter Oli2

    (@oli2)

    Hi,

    thank you for your help
    Finally I had to change something in the theme options (add a css style)
    I got support from Tomas Toman the creator of the theme.

    Best regards

    Plugin Contributor mbrsolution

    (@mbrsolution)

    @oli2 that is great news ??

    If your issue is resolved can you mark this support thread as resolved.

    Thank you

    Thread Starter Oli2

    (@oli2)

    Resolved

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘Problem number of rows when working with NextGenGallery’ is closed to new replies.