• Resolved Aarush

    (@biospedia)


    change the position of ‘activate deal’ button like ‘show coupon’ button.

    i am using this code for the position of ‘show coupon’ button.

    div.folding-button {
      position: relative;
      left: 610px;
      Bottom: 150px;
    }

    i have tried to change the position of ‘activate deal’ button by using the code :

    a.deal-button.activate-button.activate-modal {
      position: relative;
      left: 610px;
      Bottom: 150px;
    }

    but the ‘show coupon’ button got distorted and ‘activate deal’ button is not clickable – View Image

    Thanks. help is aprreciated

    • This topic was modified 3 years, 11 months ago by Aarush.

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Moderator bcworkz

    (@bcworkz)

    It looks like you have resolved this since you posted this topic, activate button appears the same as show coupon.

    A little off topic, but you should review how mobile users see those pages. You apparently need some media queries so mobile users get a reasonable view.

    • This reply was modified 3 years, 11 months ago by bcworkz.
    Thread Starter Aarush

    (@biospedia)

    @bcworkz i had resolved all issues. and also made it responsive.

    Moderator bcworkz

    (@bcworkz)

    Awesome! I just realized you have a duplicate topic that was marked resolved. There’s no need to cross post or replicate topics. This can happen by accident as well. Regardless of the reason, I’m removing the other topic with no replies.

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