@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
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”:
http://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!!
Hi
1. Insert this in Custom CSS
#frontsidebar .widget.ngg_images{
padding-top:0;
}
2. You can try the ww.wp.xz.cn plugin directory
https://ww.wp.xz.cn/plugins/jquery-cycle-slideshow-for-simplest-gallery/
https://ww.wp.xz.cn/plugins/tags/jquery-cycle
Thanks
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
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