-
Content Count
20,056 -
Joined
-
Last visited
-
Days Won
243
Everything posted by tuanphan
-
Make captions appear below images (Native template)
tuanphan replied to racheljackson's question in Coding and Customization
Hi. The url doesn't exist. Can you check again?- 1 reply
-
- slideshow-gallery
- slideshow
-
(and 2 more)
Tagged with:
-
Hi. I don't see text on homepage. Do you still need help? Can you share link to exact page?
-
Force landscape mode on Brine template
tuanphan replied to Monroe's question in Coding and Customization
If you want to resize home top image on mobile, we can give the code -
Video won't autoplay no matter what I do
tuanphan replied to winterstellar's question in Coding and Customization
Hi. Have you solved it yet? -
How to keep announcement bar fixed while scrolling?
tuanphan replied to shume's question in Coding and Customization
Incorrect password. Can you check again? -
Issues with title size in Wells template when zooming
tuanphan replied to coop's question in Coding and Customization
Hi. Site Title looks fine here. Do you still need help? -
trying to insert an image in a markdown block
tuanphan replied to Clayton's question in Coding and Customization
Step 1. Upload image, follow this guide. Step 2. Use this syntax with mountain.png is image name.- 1 reply
-
- image path
- file path
-
(and 1 more)
Tagged with:
-
universal filter Universal Filter not working correctly since Shop 2.0 update
tuanphan replied to Webswool's question in Coding and Customization
Have you contacted Plugin Author yet? -
Search Bar result-list styling
tuanphan replied to SolveigTraeet's question in Coding and Customization
Add to Design > Custom CSS .sqs-search-preview-ui .sqs-search-ui-result { border-color: #ac8139 !important; }- 8 replies
-
- custom-css
- css
-
(and 2 more)
Tagged with:
-
View Full Screen on Light Box
tuanphan replied to Ptphotography's question in Coding and Customization
Can you share link to page where you use form? We can check easier -
Make Blog thumbnail image posts smaller
tuanphan replied to SolveigTraeet's question in Coding and Customization
Q1. You mean posts width? Q2. 4 items/row or 2 items/row?- 2 replies
-
- coding
- custom-css
-
(and 2 more)
Tagged with:
-
Hi. Can you share link to page where you use form? We can check easier
-
Add to Design > CUSTOM CSS /* Product secondary items color */ body.collection-type-products.view-item .Header-nav--secondary * { color: black !important; }
- 1 reply
-
- custom-css
- second navigation
-
(and 1 more)
Tagged with:
-
Mobile Site Header Padding is too large
tuanphan replied to JustinSinger's question in Coding and Customization
Add to Design > Custom CSS @media screen and (max-width:767px) { span.portfolio-hover-item-content { font-size: 16px !important; } } -
Swap from header to logo on scroll
tuanphan replied to eatingwithjules's question in Coding and Customization
Hi. This will require JavaScript + CSS code. Do you use Personal or Business or Commerce Plan? -
Logo in Footer Too Large on Mobile
tuanphan replied to jimjimmy's question in Coding and Customization
Add to Design > Custom CSS /* resize footer logo mobile */ @media screen and (max-width:767px) { div#block-yui_3_17_2_1_1610015162371_34532 { width: 50%; margin: 0 auto; } }- 83 replies
-
- custom-css
- logo
-
(and 1 more)
Tagged with:
-
Formatting line height and text style in html code
tuanphan replied to cupoftea's question in Coding and Customization
Add to Design > Custom CSS /* Space image title text */ figcaption.image-card-wrapper { margin-top: 5px !important; } .image-subtitle.sqs-dynamic-text { margin-top: 1px !important; }- 4 replies
-
- html
- line height
-
(and 3 more)
Tagged with:
-
Responsive banner and bump header text on mobile
tuanphan replied to jfrole's question in Coding and Customization
Add to Design > Custom CSS /* Mobile banner */ @media screen and (max-width:767px) { div#page-section-5fc53671f81c9a2a0c4c611a .span-12 { position: relative; bottom: -100px; } body.homepage #page section:first-child { height: 90vh; } }- 1 reply
-
- responsive
- mobile
-
(and 3 more)
Tagged with:
-
Removing Overlay on 7.1 Portfolio Hover Background
tuanphan replied to a-ryann's question in Coding and Customization
Add to Design > Custom CSS .portfolio-hover-bg { opacity: 0 !important; }- 13 replies
-
- 7.1
- squarespace-7.1
-
(and 3 more)
Tagged with:
-
Active Nav Item Color (with folder)
tuanphan replied to samantha4's question in Coding and Customization
Can you share site url? We can check code easier.- 1 reply
-
- navigation
- navigation-link
-
(and 2 more)
Tagged with:
-
Custom cursor not moving with scroll
tuanphan replied to LukasEriksen's question in Coding and Customization
remove <style> and </style>- 2 replies
-
- coding help
- cursor
-
(and 1 more)
Tagged with:
-
Gallery Lightbox Captions and move Next/Previous
tuanphan replied to Liel's question in Coding and Customization
The url doesn't exist -
Adding an image into my text block
tuanphan replied to Edonngoblue's question in Coding and Customization
What syntax did you add to Markdown Block? Can you paste here? -
Add to Design > Custom CSS /* resize mobile banner */ @media screen and (max-width:767px) { [data-section-id="5f2453abdd762255c527ea51"] { min-height: 20vh !important; height: 30vh; } }