-
Content Count
139 -
Joined
-
Last visited
-
Days Won
1
ampddesigns last won the day on April 19 2019
ampddesigns had the most liked content!
Personal Information
- Website
-
Location
Asheville, NC
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
Keep all categories in top bar navigation in view on each category page
ampddesigns replied to deme's topic in Commerce
Thank you so much! In case it's helpful, I also used this to bring "all" in alignment: .products.collection-content-wrapper .nested-category-tree-wrapper>ul>li:first-child a { padding-bottom:0px!important; }- 29 replies
-
- category
- navigation
-
(and 1 more)
Tagged with:
-
Keep all categories in top bar navigation in view on each category page
ampddesigns replied to deme's topic in Commerce
Hi @tuanphan So glad I stumbled upon this, thanks! Was there ever a fix for mobile? Here is the site: https://kazoo-grape-t92x.squarespace.com/shop Password: DailyMagicWholesale21 Also, is there a way to align "all products" with the rest of the items? Currently it is higher. Currently on screen resizes this is what I see:- 29 replies
-
- category
- navigation
-
(and 1 more)
Tagged with:
-
7.1 Summary carousel appears off-center at smaller screen sizes
ampddesigns replied to ampddesigns's question in Coding and Customization
@tuanphan Yes, I do still need help! Any suggestions? -
Anchor links jumping past their links on mobile
ampddesigns replied to ampddesigns's question in Coding and Customization
@tuanphan I have not! -
Anchor links jumping past their links on mobile
ampddesigns replied to ampddesigns's question in Coding and Customization
@Wolfsilon Interesting! No, unfortunately the client and I (and the client's mom lol) are still experiencing it. -
Anchor links jumping past their links on mobile
ampddesigns posted a question in Coding and Customization
Site URL: https://www.elizameadows.com/services Hello! I've added anchor links to 3 sections on this page, which are also linked in the dropdown menu under "What I Offer." On mobile, if a user clicks either the "Group Classes" or "Independent Study" links in the dropdown, it jumps past the anchor link to the middle of the content. However, if the user is already on the page, and scrolls back up and selects one of the other options, it jumps to the correct spot. Either way, this creates errors on mobile. Any suggestions for fixing? -
Site URL: https://www.elizameadows.com/home Hi, For some reason, the summary carousel at the bottom of this page is shifting off-center at narrower page widths and on tablet. It is not a problem on mobile, for some reason. I tried removing all of the code, and it still displays incorrectly. Here is the current code: .summary-excerpt { margin-top:-40px!important; h1 { font-family:'Arno Pro', arno-pro, serif!important; color:#7e7853!important; font-size:10rem!important; padding-bottom:0!important; margin-bottom:-5
-
Question regarding using flex for equal-height text boxes in 7.1.
ampddesigns replied to ampddesigns's question in Coding and Customization
Solved with this!: [data-section-id="602ed814a1a8ab1c15d4379f"]{ .sqs-col-6, .sqs-col-5 { border:solid 2px #b89057!important; margin:20px!important; padding:10px!important; } } @media screen and (min-width: 750px) { [data-section-id="602ed814a1a8ab1c15d4379f"] .sqs-row { display:flex!important; flex-wrap:wrap!important; .sqs-col-7 { width: 50%!important; } .sqs-col-6, .sqs-col-5 { display: flex; align-items: center; width: 50%!important; border:solid 2px #b89057!important; margin:20px!important; flex: 1 330!important; padding:10px! -
Site URL: https://iguana-copper-zhle.squarespace.com/what-we-do Site password: scheffer Hello! Hoping someone can help solve 2 things here: 1. Vertically center align the text in the gold boxes. (Nothing seems to be working!) 2. Remove the gold border from the last box in the section, which is a spacer. Here is the current code: [data-section-id="602ed814a1a8ab1c15d4379f"] .sqs-row { display:flex!important; flex-wrap:wrap!important; justify-content: center!important; } [data-section-id="602ed814a1a8ab1c15d4379f"] .sqs-col-6 {
-
Display the video title in a video gallery - 7.0 Brine
ampddesigns replied to ampddesigns's question in Coding and Customization
@tuanphan It is a business plan. I am not very well-versed in javascript. If you have any suggestions or are able to code this quickly, that would be so very much appreciated, but if that is beyond what you're willing to do on the forum I completely understand! I know it's a large ask! -
Display the video title in a video gallery - 7.0 Brine
ampddesigns posted a question in Coding and Customization
Site URL: http://worldlifeproductions.com/portfolio-films Hello! Is there a way to display the title of a video in a video gallery page? Using 7.0, Brine template. Thank you! -
ampddesigns reacted to an answer to a question: 7.0 - Is there a way to limit the number of products that show up on a products page, then have a button for "show more" or "next page"?
-
@tuanphanGreat idea with the back to top button! I believe we do have 2 products/row on mobile. Thank you!