Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author ulihake

    (@ulih)

    Hello dnilp87.

    That’s something related with a css file jquery-ui.css loaded from ajax.googleapis.com on line 439 where it states:

    .ui-dialog .ui-dialog-titlebar-close span {
    display: block;
    margin: 1px;
    }

    If you suppress the margin: 1px instruction the x gets centered again. Actually I have a jquery-ui.css file in the assets folder but this file is not loaded by the WCPGSK plugin.

    There may be an impact but site layout support is far behind of what I can offer here. Please try to fix the css issue by adding an css overwrite for this. Many templates and plugins allow you to bind additional css instructions to fix layout problems.

    Regards.
    uh

    Thread Starter dnilp87

    (@dnilp87)

    Awesome! It worked with the assistance of the support from the theme, they said this,

    Please remove the code from custom.css, And add the following code to Custom Style Box:

    .ui-dialog .ui-dialog-titlebar-close span {
    display: block;
    margin: -8px !important;
    }

    P.S: margin: none; doesn’t work if you want to remove margin, do this instead:
    margin: 0px;

    Thanks!

    Daniel

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Exit "x" out of place when installing Woodeposits plugin’ is closed to new replies.