dawn0305 Posted November 29, 2023 Posted November 29, 2023 专家您好, 有什么方法可以将产品附加信息按钮移到“添加到购物车”按钮下方?任何帮助将非常感激! 网站网址: https://www.hobbytradecanada.com/gundam-models-X5mCC/p/hgce-198-force-impulse-gundam-1144
Web_Solutions Posted November 29, 2023 Posted November 29, 2023 15 minutes ago, dawn0305 said: 专家您好, 有什么方法可以将产品附加信息按钮移到“添加到购物车”按钮下方?任何帮助将非常感激! 网站网址: https://www.hobbytradecanada.com/gundam-models-X5mCC/p/hgce-198-force-impulse-gundam-1144 Add these code on Code Injection panel in Website > Utilities > Website Tools > Code Injection. Add the code on Header section. <script src="https://code.jquery.com/jquery-3.5.1.js"></script> <script> $(function(){ $('.view-item .ProductItem-additional').insertAfter($('.view-item .sqs-add-to-cart-button-wrapper')); }) </script> Kobir 1 If my comments are useful, please like and mark my solution as answer. It will encourage me. Thanks MD Rofik Website Designer and Digital Marketer ☕Am I helpful? Want to offer me a coffee? ✉ Send me a message if needed any help. I'll try to reply as soon as possible.
Web_Solutions Posted November 29, 2023 Posted November 29, 2023 1 minute ago, dawn0305 said: It moved but out of alignment You can change the alignment by editing your product Additional Info. See the image Kobir 1 If my comments are useful, please like and mark my solution as answer. It will encourage me. Thanks MD Rofik Website Designer and Digital Marketer ☕Am I helpful? Want to offer me a coffee? ✉ Send me a message if needed any help. I'll try to reply as soon as possible.
Web_Solutions Posted November 29, 2023 Posted November 29, 2023 3 minutes ago, dawn0305 said: It looks not work Add these code on Custom CSS panel in Website > Utilities > Website Tools > Custom CSS. .view-item .ProductItem-additional { margin-top: 30px !important; } Kobir 1 If my comments are useful, please like and mark my solution as answer. It will encourage me. Thanks MD Rofik Website Designer and Digital Marketer ☕Am I helpful? Want to offer me a coffee? ✉ Send me a message if needed any help. I'll try to reply as soon as possible.
dawn0305 Posted November 29, 2023 Author Posted November 29, 2023 It's much better, just need move little bit to the right
Web_Solutions Posted November 29, 2023 Posted November 29, 2023 3 minutes ago, dawn0305 said: It's much better, just need move little bit to the right You can do it by changing this value Kobir 1 If my comments are useful, please like and mark my solution as answer. It will encourage me. Thanks MD Rofik Website Designer and Digital Marketer ☕Am I helpful? Want to offer me a coffee? ✉ Send me a message if needed any help. I'll try to reply as soon as possible.
dawn0305 Posted November 29, 2023 Author Posted November 29, 2023 It works, thank you so much. Web_Solutions 1
Solution Web_Solutions Posted November 29, 2023 Solution Posted November 29, 2023 17 minutes ago, dawn0305 said: It works, thank you so much. Welcome! If my comments are useful, please like and mark my solution as answer. It will encourage me. Thanks MD Rofik Website Designer and Digital Marketer ☕Am I helpful? Want to offer me a coffee? ✉ Send me a message if needed any help. I'll try to reply as soon as possible.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment