2-Column Grid Layout Bug in Oxygen Theme

  • Unknown's avatar

    Using the original Oxygen CSS causes the 2-column grid with images to shuffle, shift, resize, move on mouse hover. This is slightly annoying because it creates unwanted movement of images.

    Changing this style rule from the original:

    .widget-grid-view-image a {
    display: block;
    margin: 0 2px 4px 0;
    }

    To this adjusted rule:
    .widget-grid-view-image a {
    display: block;
    margin: 0 2px 2px 0;
    }
    Fixes the unwanted image shuffling.

    I would have no need to purchase the Custom package other than to fix this little annoyance. I’m hoping this can be corrected in the original style sheet.

    Thanks,
    Daniel

    The blog I need help with is: (visible only to logged in users)

  • The topic ‘2-Column Grid Layout Bug in Oxygen Theme’ is closed to new replies.