• Resolved channelcast

    (@channelcast)


    Hi!

    I would like to know how to display the close button not in the upper right corner but in the middle or in the lower right corner.

    Thanks for your support and best regards

    Christian

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Laura – WPMU DEV Support

    (@wpmudev-support8)

    Hey @channelcast,

    Hope you’re well.

    For placing close button in the middle you can use this CSS code;
    .hustle-modal .hustle-modal-close .hustle-icon{margin:0 auto !important;}

    For placing close button to the bottom you can use this CSS code;
    .hustle-modal .hustle-modal-close{position: absolute; bottom: -40px; width: 100%;}

    You can use both of the codes for placing the middle and bottom.

    Cheers,
    Oguz

    Plugin Support Imran – WPMU DEV Support

    (@wpmudev-support9)

    Hello @channelcast

    Hoping you are well!

    We’ve not heard from you in a while. I’ve marked this ticket as resolved for now, but if you need anything else at all, we’re here for you, please just reopen the ticket or create a new one.

    Kind regards,
    Nastia

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Show close button in another place’ is closed to new replies.