Jump to content

ivnisigoth316

Member
  • Posts

    24
  • Joined

  • Last visited

Everything posted by ivnisigoth316

  1. Site URL: https://www.pollardstreetprocessing.com/ Site pass: ._ufVWnJzxeqghto_Q!n8H7_ Hello, I'm trying to hide the grey box that contains am image and the text 'take me home' on my footer, but only on the hompage. It makes no sense to say take me home when youre already on the home page. I am trying to hide the section with the following code: /* Hide this on Mobile */ @media screen and (max-width:767px) { [data-section-id="61a11c6f01d66c32ef8d9591"] { display: none; } } /* Hide this on Tablet - Desktop */ @media screen and (min-width:768px) { [data-section-id="61a11c6f01d66c32ef8d9591"] { display: none; } } But the section remains. Can anyone help? I'd be very appreciative. Thanks in advanced, Jack
  2. Hello @tuanphan It occurs around 1200px Any help would be amazing. The site password has changed to ._ufVWnJzxeqghto_Q!n8H7_ Thanks so much for your time and help
  3. Site URL: https://ladybug-chicken-2tp4.squarespace.com/ Hi all, At the moment my Burger is appearing on the wrong side of page inbetween full width and mobile version we have the widescreen state which is the standard desktop (where nav is visible) which is fine and the mobile state which is also fine (both with a green tick under the image) However, in between these widths, so when desktop view is in too small of a width to fit the navigation items in, it reverts to the burger (which is correct) but the burger is on the left of the screen rather than the right (not how i would like it). When the site is in this responsive width id like the burger to be on the right of the page please. If you squidge the window down slowly you will see what i mean, ive shown in pictures here. Thanks so much for your help and expertise! Jack Site password: *3iRgpCKJ-8@bBZ7
  4. basically, id like the burger on the view with a red cross to look like the burger on the one with a green tick, to show the cart and value and be on the right of the screen
  5. Hi Tuanphan, Unfortunately not, we have the widescreen state which is the standard desktop which is fine, and shown on the post above is the mobile state, which is also fine However, in between these widths, so when desktop view is in too small of a width to fit the navigation items in, it reverts to the burger (which is correct) but the burger is on the left of the screen. If you squidge the window down slowly you will see what i mean, ive shown in pictures here. Thanks so much for your help and expertise!
  6. Hi @Tuanphan, Thanks so much for your help and time, it is much appreciated. When I use this code, it works partially. When it breaks to burger, the burger moves to the far left instead of right and the cart word and value disappears. 😞 if you view the website in mobile view (attached), this is how I would like the burger to be when it replaces the menu if possible. Thanks so much again, Jack
  7. Site URL: https://ladybug-chicken-2tp4.squarespace.com/ Hello, How can i make my 'cart' and 'cart value' have the same font styling as other navigation items please? Site pass: *3iRgpCKJ-8@bBZ7 I have trawled these forum for an answer but coming up short on a deadline! Any and all help appreciated. Thanks, Jack.
  8. Site URL: https://ladybug-chicken-2tp4.squarespace.com/ Hello, I have a page on my site: https://ladybug-chicken-2tp4.squarespace.com/price-list Site pass: *3iRgpCKJ-8@bBZ7 On this page i have a set of prices in 3 columns. When it goes down to mobile, it becomes only one column and the prices no longer align, they appear underneath. This is how it appears currently on the link above. However, I'd like the prices to be on the right of the items, so that you can see how much each thing is. I have mocked this up on the attached image. This is how I would like it to look. TLDR: how the link is now (view on mobile) is the current state (undesireable), how the attached image is, is how i would like it to be (awesome!). Is this even possible? Thanks in advance for any insight - I'm out of my depth for sure! Jack
  9. Site URL: https://ladybug-chicken-2tp4.squarespace.com/ Hello, I'd like my navigation items to revert to a burger instead of 'stacking' on top of one another when the window is made smaller. They convert to a burger when it gets to mobile width, which is great. But id like it to turn to a burger as soon as they start stacking because it is ugly. Thanks in advance, Jack. Site pass: *3iRgpCKJ-8@bBZ7
  10. paul2009 this is a perfect solution. thank you so much for your time, i really appreciate it!
  11. Site URL: https://ladybug-chicken-2tp4.squarespace.com/order Hello Id like to bring my product prices closer to my product images, My titles are supposed to be hidden (display: none), but they are still taking up space. Id like my product prices to be directly underneath my images, and a little closer that the product titles originally were. Thanks for any insight, its much appriciated. Site pass: *3iRgpCKJ-8@bBZ7
  12. Also, if anyone knows how to change the breadcrumbs too that would be ace. I've trawled the forums and tried various solutions found on there but nothing seems to work
  13. Site URL: https://ladybug-chicken-2tp4.squarespace.com/order/p/develop-only Hello, I'd like to change the font of my product title and price on my product page on every product page please When i apply a H style with the assign fonts menu it just changes the size and not the font. If anyone knows how i could achieve this id be very appreciative. Site pass: *3iRgpCKJ-8@bBZ7
  14. This code worked absolutely perfectly. Thank you so much bangak36, I really appreciate you taking the time and effort to help my out with my query. Your expertise are much appreciated. Have a lovely day. Thankyou, Jack
  15. Please ignore this post - i have figured it out but I cant find how to delete my question. Thanks
  16. Site URL: https://ladybug-chicken-2tp4.squarespace.com/ Site: https://ladybug-chicken-2tp4.squarespace.com/ pass: *3iRgpCKJ-8@bBZ7 Hello, I'd like to make these two elements on my home page align horizontally please I've trawled the forums and came up with the following code and tried to adapt it but it doesn't work 😞 , I think I my mistake is in my targeting of the section but I'm no expert! Current code below: //**take me home section**// section[page-section-id="61a1146b0246c7093778e8b1"] .sqs-layout .row { display: flex; align-items: center; } Additionally, how do i figure out how to target that specific section so that I can apply this to other elements in future please? Thanks so much for the help in advance, it is really appreciated. Yours, Jack.
  17. Site URL: https://ladybug-chicken-2tp4.squarespace.com/ Hi there, My issue is with the footer, I'm trying to achieve a responsive design where the footer items take up the negative space defined by the spacer block instead of breaking at random point to accomodate the spacer as the browser window size changes responsively. Explained much more clearly in images attached to this post. Site: https://ladybug-chicken-2tp4.squarespace.com/ pass: *3iRgpCKJ-8@bBZ7 Any help would be greatly appreciated as its a little bit out of my league in terms of knowledge. Thanks in advance, Jack
  18. Site URL: https://ladybug-chicken-2tp4.squarespace.com/ Hi there, Site: https://ladybug-chicken-2tp4.squarespace.com/ Pass: *3iRgpCKJ-8@bBZ7 I'd like to add a normal navigation page that links to the cart, so that i can have it on the far right of my navigation menu so that it has the cart and then the quantity next to it. i have already hidden the icon and styled the cart quantity via css. When i try to add the page and use the 'cart' slug it says that it is reserved (i assume there would be some some of conflict on back end) Is there a way around this please? TLDR: I would like to have the word 'cart' written in text rather than an icon, in the same formatting group as my navigation, with the cart amount next to it, ideally in the same formatting, like here: https://www.ssense.com/en-gb/women?gclid=Cj0KCQiA-eeMBhCpARIsAAZfxZCpDSTEbu1kRsUZvwaFJOmROnVLNnJKtlQ_MPONfk4D0HuKQ_Qr6J8aAv31EALw_wcB but with 'cart' or any other text in the place of 'shopping bag'. Thanks so much for your time or any help you can give.
  19. Hi there, I'm trying to achieve the same thing here, but the code isnt working for me. site URL: https://ladybug-chicken-2tp4.squarespace.com/ site pass: *3iRgpCKJ-8@bBZ7 any help would be amazing, thank you
×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.