2013-06-19, 04:32:03
(2013-06-19, 00:06:39)chaos Wrote: Why change. Personally I would stick with the I18N Gallery as it is very good!
If you want to get rid of the surrounding frame, you need to edit the following file:
plugins/i18n_gallery/plugin_cycle.php
and comment out lines 97 & 98
Code:<style type="text/css">
.gallery-cycle {
/*padding: 3px;*/
/*border: solid 1px #C7C7C7;*/
position: relative;
}
...
</style>
You better not change the plugin code, but rather add the following to your template's css file:
Code:
.gallery-cycle {
padding: 0 !important;
border: none 0 !important;
}