Trigger
-
Content Count
45 -
Joined
-
Last visited
Reputation Activity
-
Trigger reacted to tuanphan in Stop Navigation Hiding
Hey. On mobile, you can use this CSS to make list 2 items/row
/* gallery list 2 items mobile */ @media screen and (max-width:640px) { div#block-605382dc8cf82010523aaad6 ~ .row .span-6 { width: 50% !important; float: left !important; } }
-
-
Trigger reacted to bangank36 in Stop Navigation Hiding
try
.Header--top { position: fixed; width: 100%; }
-
Trigger got a reaction from bangank36 in Stop Navigation Hiding
Site URL: https://www.triggersanj.com
Hi all, does anyone know the CSS code to make my website main navigation bar static as the user scrolls down the page?
Thanks in advance.
-
Trigger got a reaction from Brainbuster in Loading Time Optimization and JPEG2000 Image Files
Hi all, I've done a speed test with google for my website and it's warning me that I'm not using JPEG2000 to reduce load time.
I tried changing my images on my website to JPEG2000 but squarespace isn't allowing me to add that file format to the images function.
Any idea how to resolve this?
My website is www.triggersanj.com
Template: Ethan.
Thank you.
-
Trigger reacted to bangank36 in Changing a Font Colour to Red
Could you try this custom css
#block-yui_3_17_2_1_1612134304026_4692, #block-5f7088ce9344cd07a2e071a0 { color: red; }
-
Trigger got a reaction from derricksrandomviews in Back to the top button
Thank you all, I got it to work with your help. Appreciate it.
-
Trigger reacted to tuanphan in Back to the top button
All plans (include both trial plan, personal plan) support Code Block
-
Trigger reacted to creedon in Back to the top button
As @derricksrandomviews and @tuanphan mention code blocks are available on all plans. However putting a script or iframe tag in will trigger a premium feature warning if you are not on the right plan. Other than that you should be able to use any HTML you want.
Please post the URL for your site.
If your site is not public please set up a site-wide password, if you've not already done so.
Post the password here.
Adding a site-wide password is not a security breach. Please read the documentation at the link provided to understand how it works.
We can then take a look at your issue.
-
Trigger reacted to sorca_marian in Back to the top button
Hi,
There are many answers on StackOverflow:
https://www.google.com/search?q=back+to+top+stackoverflow&rlz=1C5CHFA_enRO939RO939&oq=back+to+top+stackoverflow&aqs=chrome..69i57j33i22i29i30l9.5380j0j7&sourceid=chrome&ie=UTF-8 https://stackoverflow.com/questions/55399726/how-to-create-a-button-to-go-back-to-the-top-of-the-page -
Trigger reacted to Webefo in Back to the top button
You can simply use this website to genarator your squarespace "Back to Top" button..
https://www.scrolltotop.com/
-
Trigger reacted to tuanphan in Red Font for Certain Texts
Add to Design > Custom CSS
a.Header-nav-item[href*="youtube"] { color: red !important; } a.Mobile-overlay-nav-item[href*="youtube"] { color: red !important; } a.Footer-nav-item[href*="youtube"] { color: red; }
-
Trigger reacted to peterjames in Does squarespace compress images?
SquareSpace does actually compress images (At least in 7.1 they do). I always wondered how they handled images and finally did some tests. The images uploaded are certainly compressed in 7.1 and the compression is quite good.
-
Trigger reacted to tuanphan in Navigation Font
Add to Home > Design > Custom CSS
.Header-nav-item { text-transform: capitalize; }
-
Trigger reacted to tuanphan in Mobile Menu Font Size
Add to Home > Design > custom CSS
a.Mobile-overlay-nav-item { font-size: 30px !important; }