-
Content Count
23 -
Joined
-
Last visited
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
Begona reacted to an answer to a question: Newsletter e-mail and Submit in single line
-
Site URL: https://www.bookythings.me/ site: https://www.bookythings.me/ password: booky Hi! Can someone help me move the Submit button from the newsletter block so it's on the same line as the Email field? See screenshot below: Thank you!!
- 1 reply
-
- css
- brine-template
-
(and 2 more)
Tagged with:
-
Begona reacted to an answer to a question: How can I create a popup window with text?
-
bangank36 reacted to an answer to a question: Remove padding from variant option select
-
Remove padding from variant option select
Begona replied to Begona's question in Coding and Customization
Thank you so much, @bangank36, it works perfectly!- 2 replies
-
- product-page
- padding
-
(and 1 more)
Tagged with:
-
Begona reacted to an answer to a question: Remove padding from variant option select
-
bangank36 reacted to a question: Remove padding from variant option select
-
Site URL: https://mistoa.mx/ site: https://mistoa.mx/tienda/p/maceta-altano password: 1234 Hi! I'm trying to remove space from variant-option select (Selecciona color), so it gets aligned with variant-option (Color) on Product pages (see screenshot below). I've tried changing padding, but failed. Any ideas? Thanks!
- 2 replies
-
- product-page
- padding
-
(and 1 more)
Tagged with:
-
bangank36 reacted to an answer to a question: Force 4 images (desktop) into 2 images tablet
-
Force 4 images (desktop) into 2 images tablet
Begona replied to Begona's question in Coding and Customization
It works, @bangank36! Thank you so much!- 4 replies
-
- css
- responsive-design
-
(and 2 more)
Tagged with:
-
Begona reacted to an answer to a question: Force 4 images (desktop) into 2 images tablet
-
Begona reacted to an answer to a question: Force 4 images (desktop) into 2 images tablet
-
bangank36 reacted to an answer to a question: Force 4 images (desktop) into 2 images tablet
-
Force 4 images (desktop) into 2 images tablet
Begona replied to Begona's question in Coding and Customization
Thank you so much, @bangank36 Looks great on the Tablet preview! However, when I check it on an actual Ipad the 2nd row doesn't display correctly 😞 Any idea why?? Thank you!!- 4 replies
-
- css
- responsive-design
-
(and 2 more)
Tagged with:
-
Site URL: https://bookythings2.squarespace.com/es/inicio https://bookythings2.squarespace.com/es/inicio password: booky Hi! Can someone help me force a 4 image row into 2 rows of 2 images for tablet? See screenshot of section below: Thank you!
- 4 replies
-
- css
- responsive-design
-
(and 2 more)
Tagged with:
-
bangank36 reacted to an answer to a question: Hiding Header in Search Bar
-
Yes, @tuanphan I would appreciate any help!
-
Begona reacted to an answer to a question: Squarespace Scheduling Logo Removal
-
Hi @bangank36! I used an adaptation of the code you shared in this thread to hide top and bottom footers on search page: <style> body:not(.not-search-page) .Footer-blocks--bottom { display: none !important; } </style> <script> Y.on('domready', function () { if (!Y.one(".sqs-search-page")) { Y.one("body").addClass("not-search-page"); Y.one(".Footer-blocks--bottom]").show(); } }); </script> <style> body:not(.not-search-page) .Footer-blocks--top { display: none !important; } </style> <script>
-
Begona reacted to an answer to a question: Hiding Header in Search Bar
-
Site URL: http://bookythings2.squarespace.com site: https://bookythings2.squarespace.com/search?q= password: booky Hi! Hope someone can help me. I’m working on a bilingual site (Brine) and have 2 footers (one as top and one as bottom). I’m using the following code to hide them on each page and works perfectly. #collection-number .Footer-blocks--bottom { display:none; } However, I have a search bar and when you search, the page is not a #collection, it’s a #yui and the code I was using doesn’t work. Also, I read it’s best not to use #
-
Begona reacted to an answer to a question: How can I change the opacity background of the lightbox ?
-
Move text and button to bottom of image on mobile
Begona replied to Begona's question in Coding and Customization
Thank you so much, @tuanphan! -
Begona reacted to an answer to a question: Move text and button to bottom of image on mobile
-
Move text and button to bottom of image on mobile
Begona replied to Begona's question in Coding and Customization
That's a great idea, @tuanphan I just added a second section, can you help me with the code? Thank you! site: http://mistoa.mx password: 1234 -
Move text and button to bottom of image on mobile
Begona posted a question in Coding and Customization
Site URL: http://mistoa.mx site: http://mistoa.mx password: 1234 Hi! I'm optimizing my web for mobile and trying to move both text and a button to the bottom of the image (see screenshot attached). I appreciate any help! -
css Change lines in Shopping Cart Page
Begona replied to Begona's question in Coding and Customization
Thank you so much, @bangank36, it worked.- 2 replies
-
- shopping-cart
- line
-
(and 1 more)
Tagged with:
-
Site URL: https://mistoa.mx/cart site: https://mistoa.mx/cart password: 1234 Hi, I'm trying to change the lines that appear on the Shopping cart page to make them heavier. I found a code from Inside the Square (see below), but it's not working for me. .CartTable-cartItemList-1-5al, .CartTable-cartItemListLabels-D0rsA, .CartTableRowcartItemList-qrq0l { border-bottom: 6px !important} Any ideas? Thanks!
- 2 replies
-
- shopping-cart
- line
-
(and 1 more)
Tagged with: