Viewing 6 replies - 1 through 6 (of 6 total)
  • Theme Author OptimizerWP

    (@layerthemes)

    @davipbrito Try adding this to your Custom CSS:

    #frontsidebar .widget.ngg_images {padding: 30px; box-sizing: border-box; text-align: center;}
    #frontsidebar .widget.ngg_images .hslice { width: 85%;margin: 0 auto;}
    #frontsidebar .ngg-widget { text-align: center;}
    #frontsidebar .ngg-widget a {display: inline-block;}

    Regards

    Thread Starter davipbrito

    (@davipbrito)

    Thank you.. It worked!
    But i’m still not happy with the appearence of the gallery.

    1) How can I reduce the space between the posts widget and the gallery widget on front page?

    2) Can you tell me a better way to show the thumbnails? I would like to show like the third example below, named “callbacks”:

    https://jquery.malsup.com/cycle/lite/

    I would like to three thumbnails that will be changing pictures from the album with this callback effect.

    Thank you!!

    Theme Author OptimizerWP

    (@layerthemes)

    Hi

    1. Insert this in Custom CSS

    #frontsidebar .widget.ngg_images{
    padding-top:0;
    }

    2. You can try the www.ads-software.com plugin directory

    https://www.ads-software.com/plugins/jquery-cycle-slideshow-for-simplest-gallery/
    https://www.ads-software.com/plugins/tags/jquery-cycle

    Thanks

    Thread Starter davipbrito

    (@davipbrito)

    Hello

    1. It didn’t works. Maybe I need to reduce the space below the posts widget!

    2. I will try these plugins

    Thanks!

    You’re being very helpful

    Theme Author OptimizerWP

    (@layerthemes)

    1. If you want to reduce the space further, try adding this to your Custom CSS too:

    #frontsidebar .widget.ngg_images h3.entry-title.widgettitle { margin-top: 0;}

    Regards

    Thread Starter davipbrito

    (@davipbrito)

    Thanks! Looks better!!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Widgets margin’ is closed to new replies.