Title: Edit CSS
Last modified: August 21, 2016

---

# Edit CSS

 *  Resolved [HNORTHWAY](https://wordpress.org/support/users/hnorthway/)
 * (@hnorthway)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/edit-css-4/)
 * I like this plugin very much, but need some padding and size limits on the thumbnails.
   I can’t see where to edit this? Need to add this:
 * .yith_magnifier_gallery li {
    display: block; float: left; padding-right: 20px;
   position: relative; width: 100px; }
 * [http://wordpress.org/extend/plugins/yith-woocommerce-zoom-magnifier/](http://wordpress.org/extend/plugins/yith-woocommerce-zoom-magnifier/)

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Plugin Author [YITHEMES](https://wordpress.org/support/users/yithemes/)
 * (@yithemes)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/edit-css-4/#post-3909909)
 * Hello, add this code at the end of your functions.php file
 *     ```
       function yith_wcmg_custom_style() {
         ?>
         <style type="text/css">
         .yith_magnifier_gallery li {
           display: block;
           float: left;
           padding-right: 20px;
           position: relative;
           width: 100px;
         }
         </style>
         <?php
       }
       add_action( 'wp_head', 'yith_wcmg_custom_style' );
       ```
   
 *  Thread Starter [HNORTHWAY](https://wordpress.org/support/users/hnorthway/)
 * (@hnorthway)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/edit-css-4/#post-3909911)
 * Done! Thanks so much for the fast reply!
 *  [LA](https://wordpress.org/support/users/lukeallen1986/)
 * (@lukeallen1986)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/edit-css-4/#post-3910026)
 * i’m trying to adjust
 * .caroufredsel_wrapper {
    margin: 0px 0px 0px 0px; }
 * but it seems to be having no effect on the element.style… how do I fix this?

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Edit CSS’ is closed to new replies.

 * ![](https://ps.w.org/yith-woocommerce-zoom-magnifier/assets/icon.svg?rev=3055439)
 * [YITH WooCommerce Product Gallery & Image Zoom](https://wordpress.org/plugins/yith-woocommerce-zoom-magnifier/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/yith-woocommerce-zoom-magnifier/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/yith-woocommerce-zoom-magnifier/)
 * [Active Topics](https://wordpress.org/support/plugin/yith-woocommerce-zoom-magnifier/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/yith-woocommerce-zoom-magnifier/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/yith-woocommerce-zoom-magnifier/reviews/)

## Tags

 * [edit css](https://wordpress.org/support/topic-tag/edit-css/)

 * 3 replies
 * 3 participants
 * Last reply from: [LA](https://wordpress.org/support/users/lukeallen1986/)
 * Last activity: [12 years, 1 month ago](https://wordpress.org/support/topic/edit-css-4/#post-3910026)
 * Status: resolved