• Resolved pbradford

    (@pbradford)


    The .spider_popup_close_fullscreen css has “right:7px” , i want the close button centered so i went to Theme/Appearance/Customize/Additional CSS i made the following change…

    .spider_popup_close_fullscreen {
    right: 50%;
    }

    However it is still stuck at “right:7px” when i view page. i have deleted cache and history.

    You will see i have made the ARROWS on top because in this Mobile First world, arrows overlapping an image is a bit messy.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi,

    Please try to use the following CSS style:

    spider_popup_close_fullscreen {
    right: 50% !important;
    }

    Thanks. Have a nice day.

    • This reply was modified 6 years, 2 months ago by editanazaryan.
    Thread Starter pbradford

    (@pbradford)

    Thanks – having the Arrow options at top and the Close centered would be a great option to have in the admin console. It makes more sense with mobile devices and arrows dont have to cover the image.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘CLOSE button centered’ is closed to new replies.