danielfranklin901 Posted October 4, 2021 Share Posted October 4, 2021 Site URL: https://bsa-yde.com/ I've been having a had time trying to figure out how to reposition the product title above the product images on mobile (ive learned how to reposition but for some reason I cant figure out the title repositioning) . hoping someone can help me find the answer ! Link to comment
tuanphan Posted October 6, 2021 Share Posted October 6, 2021 Hi. It looks like you messaged me & I sent code. If it works, you can share code for other members. If it doesn't work, let me know, I will check it again Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Tungstene Posted November 26, 2021 Share Posted November 26, 2021 Hi there ! Can you give me the code ? Thanks ! Link to comment
tuanphan Posted November 28, 2021 Share Posted November 28, 2021 On 11/27/2021 at 3:37 AM, Tungstene said: Hi there ! Can you give me the code ? Thanks ! Can you share link to your site? We can take a look Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Tungstene Posted November 28, 2021 Share Posted November 28, 2021 thanks so much. https://www.signolesclement.com/shop Link to comment
tuanphan Posted November 30, 2021 Share Posted November 30, 2021 On 11/28/2021 at 5:56 PM, Tungstene said: thanks so much. https://www.signolesclement.com/shop Add this to last line in Code Injection > Footer > Then check again on real mobile <script> jQuery(document).ready(function($){ if (jQuery(window).width() < 767) { $('h1.ProductItem-details-title').insertAfter('nav.ProductItem-nav'); } }); </script> Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
HydroPonic_se Posted July 12 Share Posted July 12 @tuanphan I also struggle with the same issue. I tried your code but it did not do the trick. Any other ideas? Thank you in advance! Link to comment
tuanphan Posted July 15 Share Posted July 15 On 7/12/2023 at 7:00 PM, HydroPonic_se said: @tuanphan I also struggle with the same issue. I tried your code but it did not do the trick. Any other ideas? Thank you in advance! Above code missing jQuery library, but the site has already jquery installed, so no need that line. But if your site haven't installed jQuery, the code won't work. Can you share link to a product on your site? We can check easier Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment