Gray_tan
Not Email Verified-
Posts
13 -
Joined
-
Last visited
Content Type
Forums
Downloads
Store
Events
Blogs
Gallery
Profiles
Everything posted by Gray_tan
-
Hi Wizards, I need help with css on reducing Store's Product Item Page: example: https://www.theroadofmarriage-sg.com/store/p/baby-blue-balloons
-
@tuanphan hey sorry for the late response, my problem is as stated, when im accessing my website through laptop, the fullscreen view is fine. However, per the 2nd image i posted above, when placed into a halfscreen laptop view, it turned into mobile view - which isn't what I want.
-
Hi technical pros out there, website: https://www.theroadofmarriage-sg.com/ I am struggling to allow my webpage (fullscreen) reflect the same layout when i try to place my screen on half-spilt-screen-vertical layout. Fullscreen layout: When i put it on my laptop spilt screen, it changes to mobile view, which isnt what i want. As such, help!!
-
-
Hi all! Need help increasing shopping cart icon size on my mobile webpage with css code. https://theroadofmarriage-sg.com
- 1 reply
-
- css
- custom-css
-
(and 1 more)
Tagged with:
-
Hi all, i have few requests: 1. mobile view: isit possible to add the "shopping cart" icon on the top right hand corner of my webpage? no code used. 2.mobile view: can i increase the "shopping cart" icon size purely on mobile only? code used: div.header-actions-action--cart>a { position: fixed; bottom: 70px; right: 20px; } /* Apply the rule for screens smaller than or equal to 768px (typical tablet portrait size) */ @media (max-width: 768px) { div.header-actions-action--cart>a { }
-
@paul2009 cheers sir, it works. Truly appreciate your help 😁 my deepest apologies in adding on a few other requests: 1. mobile view: isit possible to add the "shopping cart" icon on the top right hand corner of my webpage? 2.mobile view: can i increase the "shopping cart" icon size purely on mobile only? code used: div.header-actions-action--cart>a { position: fixed; bottom: 70px; right: 20px; } /* Apply the rule for screens smaller than or equal to 768px (typical tablet portrait size) */ @media (max-width: 768px) { div.header-actions-action--cart>a { }
-
hi all, im new to squarespace hence i do not have coding knowledge - i can only try to copy and paste css codes to try to see if they work. In a nutshell, on mobile view, when i click into one of the categories; the other categories would disappear and not be visible. Any methods to present the other categories nicely?
-
@paul2009 1. https://static1.squarespace.com/static/65bc845aeef21c331795b4d2/t/65d47059624f260b5829e01c/1708421209869/Untitled+design.jpg 2. https://www.theroadofmarriage-sg.com/ 3. /* Hide the login text */ .header-actions-action--account > a > span { visibility: hidden; } /* Insert background image as icon */ .header-actions-action--account > a:before { content: ''; background-image: url('your_icon_url_here'); /* Replace 'your_icon_url_here' with the URL of your icon image */ display: inline-block; width: 30px; /* Adjust width as needed */ height: 30px; /* Adjust height as needed */ background-size: cover; vertical-align: middle; /* Adjust vertical alignment as needed */ } 4. nothing happens when i use above code. I need the "login" text to change into icon
-
Hi all, I am enquiring how to add drop-down menus to Squarespace's "cart button" pleaseeee; 1. when cursor presses cart button, it drop-down and quick views what items had already been added. 2. would like a separate "View my Shopping Cart" button at the bottom of the drop-down item list - upon pressing, then it will guide me to the checkout cart page. 3. one item per category must be mandatory to be added into chart before you can officially check out - like a bundle package & fixed bundle price (example found below)