agmantia
Member-
Content Count
10 -
Joined
-
Last visited
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
agmantia started following Side-by-side image and text blocks on mobile, Squarespace cart page is live but not in pages column, completely hide header on single page and 2 others
-
Site URL: http://travisvoice1.squarespace.com Ive been using a website grader to optimize my pages, but it keeps detecting a "cart" page that doesn't appear in my pages menu, but when I click on the link, it takes me to the page. how do I get rid of this?
-
how to remove blank space between logo, links, and elements in header?
agmantia replied to agmantia's question in Coding and Customization
this fixed it! -
hi all, Im trying to remove the padding between the links, header, and elements of my header in 7.1. I am able to change the spacing between the links themselves, but I want them to be able to fill all the space in the center of the header. Also, is there a way to have the distance between the social links and the page links independent of each other? @tuanphan
-
how do i get a form to stay fixed on the right side of a page?
agmantia replied to agmantia's question in Coding and Customization
Hi @tuanphan Yes, I am trying to add a title at the top of the form. This is the code i was working with to get the form on the left side of the page. @media screen and (min-width: 640px) { #collection-5f77546d44a1ed498bae102e {#block-670fa9ed874913a1f9c9 {position: fixed !important; position: left !important; position: top !important} } } @media screen and (min-width: 640px) { #block-670fa9ed874913a1f9c9 {width:32%} } #block-41d2b14a3baf862e583b {padding-right: 25px}s i tried editing the code so that #block-yui_3_17_2_ -
Hi all, Im trying to hide my header for my landing page, but its still showing the white bar. here is the code im using thus far #collection-5f77546d44a1ed498bae102e {.Header-nav-item{ display: none; } } #collection-5f77546d44a1ed498bae102e {footer {display: none} header {display: none} }
-
Site URL: http://travisvoice.com/voip2 I want my form to stay fixed on the side of the page while users scroll. this is the code i tried: #collection-5f77546d44a1ed498bae102e {#block-670fa9ed874913a1f9c9 {position: fixed !important; position: left !important; position: top !important} } right now it just looks absolutely terrible
-
change width of spacer block beyond minimum width
agmantia posted a question in Coding and Customization
how do it adjust the size of a spacer block with a CSS? I want the width to be about half the width of squarespace's minimum allowance. -
Add a fixed background while scrolling for single page
agmantia posted a question in Coding and Customization
Hey all, Im trying to add a fixed image to the background of a single page on my site. I want it for when the user scrolls down, the image stays in place. I found a tutorial online, but it doesn't seem to be working on my site... It might be perhaps because I am using 7.0. https://thirtyeightvisuals.com/blog/fixed-background here is the link to the tutorial. I attached the image I am wanting to use for the background. -
Site URL: https://www.travisvoice.com/about how do I edit the text size for a mark down box for mobile view? Ive already added syntax for the markdown box for desktop view including font size, weight, and style, but its too large for mobile desktop vs current mobile view
-
Side-by-side image and text blocks on mobile
agmantia replied to joeschlangen's question in Coding and Customization
@tuanphan for some reason the code will not work for my site https://www.travisvoice.com/contact1 this is how it appears on desktop, but it looks like this on mobile here is the code I pasted in with the respective block titles @media screen and (max-width:640px) { div#block-yui_3_17_2_1_1595252570804_29010+.row .span-2 { width: 30% !important; float: left; } div#block-yui_3_17_2_1_1595252570804_29299+.row .span-10 { width: 70% !important; float: left !important; } }