Home Forums WoodMart support forum popup shown in the center of page

popup shown in the center of page

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #467205

    Akmal Baig
    Participant

    The promo popup is shown in the middle of the front page. One needs to scroll down to see it. We want to pop it up at the top of the page so that customers can view it without scrolling down.

    #467343

    Hello,

    Try to add the following custom CSS code in Theme Setting -> Custom CSS Section.

    .wd-popup {
        margin: calc(var(--wd-admin-bar-h) + -730px) auto 25px auto;
    }

    Best Regards.

    #469440

    Akmal Baig
    Participant

    it is not helping but disturbing the placement of popup in different bad places. Please provide a tested/real solution

    #469649

    Hello,

    Can you please share valid WP-ADMIN Login details of your Site so that we can proceed further and check the issue on your Site and assist you accordingly?

    Best Regards.

Viewing 4 posts - 1 through 4 (of 4 total)