Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1327535

    Hi dear Kriesi-Team,

    ich versuche gerade eine “alle posts” Seite zu erschaffen. Meine Frage: Gibt es die Möglichkeit die Kategorie Einträge nicht in einer Zeile sondern wie hier abgebildet (https://imgur.com/undefined) untereinander darzustellen und dabei die Beitrage so zu arrangieren, dass sie sich automatisch um die Kategorien anordnen?

    I am currently trying to create an “all posts” site. My question is this: Is it possible to display the Categories not in a line but, as in my picture, stacking like in a burger menu on the top left side in a way, so the Post rearrange themselves around that category-menu.

    My second question: How do I individually adjust the gaps between my posts, all I can find is big, none at all, or 1 px.

    Thanks a lot

    Best,
    Veronika

    #1327608

    Hey Veronika,

    Thank you for the inquiry.

    The image above was not uploaded correctly. Please try to upload the screenshot again and make sure to check the imgur URL. Have you tried adjusting the posts layout in the Enfold > Blog Layout > Blog Layout settings?

    Best regards,
    Ismael

    #1330706

    Hi Ismael,

    thank you for your answer, yes i tried that. It did not find the solution. Here is the picture again: https://imgur.com/rdWpeRE sorry for the mistake. I would like to have the categories displayed like in the picture above. Currently it looks like this : https://imgur.com/LM5Je2Y
    It showes all double times. Why is that?

    Thank you very much :)

    All the best,
    Veronika

    #1330771

    Hi,

    Thank you for the info.

    Yon can use this code in the Enfold > General Styling > Quick CSS field to stack the sort button above each other.

    #top div.container .av-masonry .av-masonry-sort .text-sep {
        display: none;
    }
    
    #top div.container .av-masonry .av-masonry-sort a {
        display: block;
        text-align: left;
    }

    Please make sure to toggle or temporarily disable the Enfold > Performance > File Compression settings after adding the css.

    Best regards,
    Ismael

    #1330884

    Hi Ismael,

    thank you it worked very well, unfortunately I don’t understand why I have to disable the file compression? Isn’t it supposed to help?
    Sorry I’m just trying to understand everything :)

    Thank you
    Sincerely,
    Veronika

    #1330968

    Hi,

    Glad to know that this is working. It is only temporary, just to make sure that the modified stylesheets are loaded instead of the older one. You can turn it on back again once the changes are applied.

    Best regards,
    Ismael

    #1331467

    Thank you you can close this topic

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘category alignment’ is closed to new replies.