
- Screenshot - 24-05-2012.jpg (38.05 KiB) Viewed 182 times
Until someone who know gallery comes along you can fiddle with this in Custom CSS box.
- Code: Select all
.jdGallery .slideElement { background: transparent; }
.jdGallery { margin: 0 auto; }
.page-id-47 #horizontal-outer-widgets-1 { padding-top: 15px; }
You probably need Firebug or similar tool for this. Matter of finding right element and then adjust. Real easy with some know-how. For example I have never dealt with a Suffusion widget so not really sure if the last "-1" is a specific ID or just random. If random, randomly unique!, hmm, there is no need to add page ID but if specific it should be added as you probably dont want change of padding in other places where widget is in use. But in theory Firebug + trial and error is plenty

Firebug type of tool is build in to all newer browsers so you dont have to install that Firefox plugin. Chrome for example has a rather good version.