Jump to content

reordering categories in blogs

Recommended Posts

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;
}
777362374_ScreenShot2021-08-31at1_03_57PM.png.6df218e60ac93e0e45f1996611c3a394.png

Link to comment
  • Replies 1
  • Views 182
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Posted Images

Create an account or sign in to comment

You need to be a member in order to leave a comment

×
×
  • 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.