This topic has 9 replies, 3 voices, and was last updated 5 years ago ago by Rose Tyler
Hello, this question is similar to the #222628 question. The warning slogan does not seem to be on the top, but ran to the bottom, trouble to check it for me, thank you
Problem page image.
Hello,
Try to add this custom CSS code:
.single-product .woocommerce-info {
position: relative;
opacity: 1;
}
Regards
Thank you, can you change to the top if you have already joined the shopping cart?
Hi,
Try to add this custom CSS code:
.single-product .woocommerce-notices-wrapper, .single-product .woocommerce-NoticeGroup, .single-product .woocommerce-message, .single-product .woocommerce-error, .single-product .woocommerce-info {
bottom: auto;
z-index: 999;
top: 0;
}
Regards,
Hung PD
Thank you for your answer, But,it canchange to the top, but will be blocked by the top advertising bar. Is this normal?
Hello,
Please change this code http://prntscr.com/poognd to
.single-product .woocommerce-notices-wrapper,
.single-product .woocommerce-error,
.single-product .woocommerce-message {
position: relative;
margin-bottom: 15px;
opacity: 1;
visibility: visible;
}
Regards
Thank you, have solved my problem, thank you again
You’re welcome!
Have a nice day.
Regards
You must be logged in to reply to this topic.Log in/Sign up