Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author YITHEMES

    (@yithemes)

    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

    (@hnorthway)

    Done! Thanks so much for the fast reply!

    LA

    (@lukeallen1986)

    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.