Jump to content

yaelkanarek

Member
  • Posts

    6
  • Joined

  • Last visited

yaelkanarek's Achievements

Level 1

Level 1 (1/20)

0

Reputation

  1. Oops! I missed the placement instruction! It's working perfectly. Thank you!
  2. I implemented it into the advance code section of the page but it doesn't seem to affect the blocks' order. Beittoratah.org
  3. Wonderful! This is perfect. I'm curious why you're calling the block above to reorder all the other blocks. On the bilingual site I have a slightly different problem. The english block (genesis) should appear at the top as as it is right now, but the hebrew blocks should be reversed in order as in the hebrew website. What do you propose?
  4. Hi tuanphan, The horizontal is on the website. the blocks are read rtl. it means that they are in the reversed order from squarespace blocks pov. the vertical is the desired order. I color coded the blocks. I hope this helps. thanks!
  5. Hi, I'm struggling with this as well. Tried several versions of block reordering. Nothing is working. The blocks are pairs of text and blog summaries. This is what entered in the advanced section of the page: @media screen and (max-width:767px) { div#block-be9088bc60280d53b148+.row, div#block-4115cac075b4b84e1df3+.row, div#block-8617c3e4f399833a6e63+.row, div#block-0ad3c064b8754171c44e+.row, div#block-fe158f2cd07858e46063+.row, div#block-1bf5f6b11c16c65ed970+.row { display: flex; flex-direction: column-reverse; } } It's a website in Hebrew and there are a lot of ltr issues. The template is Brine. I'm including an image of the desire order. The website is https://www.toratah.org/.
  6. Hi, I'm trying to reorder categories in Hebrew and I'm getting a nice big mess. The order now is correct (read rtl), however all the categories appear in line with no spaces. Here is the code: /* Change order parashot */ /* flex on desktop */ @media screen and (min-width:641px) { ul { display: flex; justify-content: right; } } /* bereshit */ li.archive-group:nth-child(1){ order: 1; } /* nochah */ li.archive-group:nth-child(11) { order: 2; } /* lechi-lach */ li.archive-group:nth-child(9) { order: 3; } /* vatera */ li.archive-group:nth-child(5) { order: 4; } /* chayei sahar*/ li.archive-group:nth-child(8) { order: 5; } /* toldot */ li.archive-group:nth-child(12) { order: 6; } /* v’tetze */ li.archive-group:nth-child(4) { order: 7; } /* v’tishlach */ li.archive-group:nth-child(7) { order: 8; } /* v’teshev */ li.archive-group:nth-child(6) { order: 9; } /* miketz */ li.archive-group:nth-child(10) { order: 10; } /* v’tigash */ .archive-group:nth-child(2) { order: 11; } /* v’techi */ .archive-group:nth-child(3) { order: 12; }
×
×
  • 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.