• Resolved Jae

    (@jaeplexial)


    I am setting up 2 labels – label A and label B. Label A is set to display at the bottom right which is correct. However, I couldn’t set the other to the top right just as to not block the first label.

    I couldn’t move it up despite making changes to the margin. The preview in the settings seems to be correct.

    View post on imgur.com

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author RazyRx

    (@razyrx)

    Hello,

    It is depend on styles in your theme.
    Right now plugin do not have any option to change where it is displayed.
    You can try this custom CSS code

    .product .box-text {
        position: static;
    }

    Regards,
    Oleg

    Thread Starter Jae

    (@jaeplexial)

    Hey Oleg, this seems to work for me. Thanks a lot:)

    Jae

    • This reply was modified 3 years, 11 months ago by Jae.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Problem with displaying the label on top right’ is closed to new replies.