LindseyMexico14 Posted August 2, 2022 Share Posted August 2, 2022 Site URL: https://usa-dog-behavior.squarespace.com/blog Hi! The part that is circled I want it to appear on the top in the mobile version I cannot seem to find a code for this! Link to comment
Beyondspace Posted August 3, 2022 Share Posted August 3, 2022 (edited) 6 hours ago, LindseyMexico14 said: Site URL: https://usa-dog-behavior.squarespace.com/blog Hi! The part that is circled I want it to appear on the top in the mobile version I cannot seem to find a code for this! Do you mean adding this field under the logo navigator box on mobile? Or making it beyond all element? Edited August 3, 2022 by bangank36 Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Lightbox Studio pluginIf you find my answer fit your need, let's leave a like or upvote so others with the same issue can find their solution. Thank you Link to comment
LindseyMexico14 Posted August 3, 2022 Author Share Posted August 3, 2022 14 hours ago, bangank36 said: Do you mean adding this field under the logo navigator box on mobile? Or making it beyond all element? Yes I want it where the RSS is located (so under the title recent articles) see attachment! Link to comment
LindseyMexico14 Posted August 4, 2022 Author Share Posted August 4, 2022 19 hours ago, LindseyMexico14 said: Yes I want it where the RSS is located (so under the title recent articles) see attachment! @bangank36 let me know if you have any ideas please! Link to comment
Beyondspace Posted August 4, 2022 Share Posted August 4, 2022 8 hours ago, LindseyMexico14 said: @bangank36 let me know if you have any ideas please! My suggestion is using javascript to create a new search function and insert it to the location as you require. Then using the Css media query to hide the new one on desktop, only set visible for mobile breakpoint only Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Lightbox Studio pluginIf you find my answer fit your need, let's leave a like or upvote so others with the same issue can find their solution. Thank you Link to comment
LindseyMexico14 Posted August 4, 2022 Author Share Posted August 4, 2022 13 minutes ago, bangank36 said: My suggestion is using javascript to create a new search function and insert it to the location as you require. Then using the Css media query to hide the new one on desktop, only set visible for mobile breakpoint only thanks! I actually wrote: /* reverse columns on mobile */ #collection-53a5d492e4b0ac2a8752cbbb { @media screen and (max-width: 767px) { .sqs-row { display: flex !important; flex-direction: column-reverse !important; } } } and it seems to work! Beyondspace 1 Link to comment
Beyondspace Posted August 5, 2022 Share Posted August 5, 2022 It 's good to know that Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Lightbox Studio pluginIf you find my answer fit your need, let's leave a like or upvote so others with the same issue can find their solution. Thank you Link to comment
LindseyMexico14 Posted August 5, 2022 Author Share Posted August 5, 2022 18 hours ago, bangank36 said: It 's good to know that yes in this case worked well! thanks for the help Beyondspace 1 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