• Resolved alantygel

    (@alantygel)


    Hi,

    In Custom Post Type block, I’m using grid template with 4 columns. When I set Spacing: Small, it doesn’t work because the default CSS rule for getwid-columns-4 overrides the CSS rule for has-spacing-small.

    More specifically:

    .getwid-columns.getwid-columns-4 > * {
      padding-left: 30px;
      padding-right: 30px;
    ...
    }

    overrides

    .has-spacing-small > .getwid-columns > * {
      margin-top: 10px;
      padding-left: 5px;
      padding-right: 5px;
    }

    I’m I doing something wrong or this is a bug?

    Thanks

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support eugenewhite

    (@eugenewhite)

    Hello there!

    I would like to inform you that I was able to reproduce the issue locally. I already passed the information to our developers and I hope they resolve the issue as soon as possible.

    Plugin Support eugenewhite

    (@eugenewhite)

    Hello Alan!

    We are delighted to inform you that we have released the Getwid plugin version 1.8.2 where we resolved this issue. Make sure to update the plugin and feel free to let us know in case there is something we can help you with.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Possible CSS conflict’ is closed to new replies.