Jump to content

Silverstreak

Member
  • Posts

    9
  • Joined

  • Last visited

Silverstreak's Achievements

  1. Thanks Tuanphan - that works for Quote block 2 and quote block 4. If I could do the same thing to quote block 1 and quote block 3 - ie remove the padding - without creating a gap between sections, that would be amazing. I did try using the same code but it still created a gap. Then the last thing would be to remove the spacers above the buttons Take me to the Movies and Put Me in the Picture in Tablet mode. Then it would all be perfect! Thanks again for all this help - it is very much appreciated!
  2. Thanks so much Tuanphan. That works for the quote 3 and quote 4. But If I use the same code for quote 1 and quote 2, I get a gap between the two sections, so I can see the brown background in between the two sections. I also tried the same code to get rid of the spacer above the 'Take me to the Movies' button in the New page-41 section: section#new-page-41 .spacer-block { height: 0; } But while that reduced the spacer, it also left a gap between sections - see attached image. Is it possible to get rid of these spacers: in quote 2 and quote 1 and New-page-41 above the 'Take me to the Movies' button without creating gaps between the sections ? Thanks again for your help - much appreciated.
  3. Sorry for the late reply, Tuanphan. I was out of the office for a few days. That works perfectly for the raft image - thanks so much. I wasn't able to replicate for the other blocks though as I couldn't see which block your code referred to - it didn't seem to be the block ID I found for the raft image or for the text block below it. So if you could help with the other sections as well, that would be amazing. Thanks again, James
  4. Site URL: https://www.silverstreakstudio.com/ Hi, I have tried various snippets of CSS from the web but cant seem to get my content blocks to stack in Tablet View (portrait). Website is in Brine 7.0 and is live. Specifically, I need to stack the blocks on my Aerial Page: https://www.silverstreakstudio.com/aerial so the image of the floating raft is above the text block starting "Getting airborne.." This will mean all the blocks on the page are stacked in case the code is easier for the whole page. Also on the Home Page, https://www.silverstreakstudio.com/ The Text blocks and button currently to the right of the Showreel all need to be stacked underneath the Showreel so they are full width like they are in Mobile view - see image attached. After the Photography index block, there are three columns (two images on either side and text in the middle) that also don't work in Tablet view (screenshot attached). Is it possible to reduce the size of the image block widths slightly so the text column in the middle is wider? And/Or is it possible to remove the spacer between the bottom of the text box and the button only in tablet view as the spacer works well in desktop mode? Finally, I have also been struggling to reduce the top and bottom padding in the quote blocks. I want to reduce the space between the text and the separator line and also between the separator line and the edge of the box. For some reason there seems to be more space on the bottom than the top. Many thanks in advance for anyone who can help with all this!!
  5. Thanks so much Tuanphan - much appreciated. Is there any way to reduce the size of the logo at the same time ?
  6. Site URL: http://www.silverstreakstudio.com Hi, I would be grateful if anyone could help with the code to reduce the padding between the navigation items for tablet view only so that all the items fit on one line. Also, I would like to reduce the height of the header in tablet view which will mean also reducing the size of the logo. Ste url: http://www.silverstreakstudio.com PW: silverstreak Many thanks in advance.
  7. Hi, Thanks for taking the time to have a look. Password is Silverstreak
  8. Site URL: http://silverstreakstudio.com/films Hi all, Hoping someone cleverer than me can help with an issue I on my website. I have input some CSS code for a variety of image blocks on a page to turn them into animated gifs when you hover over them. I have also set up the images so that you should be able to click on them and it take you through to a different page. This works perfectly for the first 5 images on the page but for some reason the click through doesn't work for the remaining images on the page, even though I the CSS is the same. If I remove the CSS the link works fine. Have tried a variety of things to no avail, but I am only just learning my way with CSS so would be grateful for someone with some more coding experience if you have any ideas..... This is the CSS code for two of the blocks. For the first one, the click-link works, for the second, it doesn't. The rest have the same code with the block ID and gif reference changed. PW for site is Silverstreak Thanks in advance! // Creating the Dinaka gif image // #block-yui_3_17_2_1_1633440593043_86459::after { background-image: url('https://static1.squarespace.com/static/613f622f33629f25cf7a3a4d/t/615f368be4b9b10aead57e42/1633629851119/Dinaka1.gif'); background-position: absolute; background-repeat: no-repeat; background-size: 100%; content: ''; height: 100%; opacity: 0; position: absolute; left: 0; top: 0; width: 100%; } //Hover mode #block-yui_3_17_2_1_1633440593043_86459:hover img { opacity: 0; } #block-yui_3_17_2_1_1633440593043_86459:hover::after { opacity: 1; } // Creating the Enclave gif image // #block-yui_3_17_2_1_1633440593043_125562::after { background-image: url('https://static1.squarespace.com/static/613f622f33629f25cf7a3a4d/t/616001526baf2c4df9c70b86/1633681761768/The+Enclave.gif'); background-position: absolute; background-repeat: no-repeat; background-size: 100%; content: ''; height: 100%; opacity: 0; position: absolute; left: 0; top: 0; width: 100%; } //Hover mode #block-yui_3_17_2_1_1633440593043_125562:hover img { opacity: 0; } #block-yui_3_17_2_1_1633440593043_125562:hover::after { opacity: 1; }
×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.