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

    (@subhansanjaya)

    Yes, it is possible. You can override (add it to your theme’s css) the following class on the default.css file inside the plugin folder to your requirements.

    .nivo-lightbox-theme-default .nivo-lightbox-close {
    display: block;
    background: url(close.png) no-repeat 5px 5px;
    width: 16px;
    height: 16px;
    text-indent: -9999px;
    padding: 5px;
    opacity: 0.5;
    }

    I hope this helps you.

    Thread Starter mdf84

    (@mdf84)

    Hi thanks for that i have had a play around with them styles which work to a certain extent however when resizing the screen or looking on alternative browsers the X button is in random places. Is there anyway of fixing the position so it’s fixed to the top right corner of the white box and stays in that position even when resizing the screen etc.

    Thanks for the help! ??

    Hey mdf84,
    Did you ever find a solution?
    I’m dealing with the same issue.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Position of X close button’ is closed to new replies.