Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1225485

    Dear Support,

    Problem #1:
    In an icon grid with 3 items, between around 990px and 767px, I see two icons in a row and one aligned left below. It is possible to show either all in a column or all in a row? See screenshots. On mobile, all is correct, on bigger desktops also.

    Problem #2:
    If I want to see all blog entries, i define in permalinks this:
    /blog/%postname%/
    Then my blogs are listed (for me) correct: domain.com/blog/dailyblogfromtoday

    But portfolio-items are also attached behind blog
    domain.com/blog/portfolio-item/item1

    How can I prevent the attaching behind the blog level?

    Thanks and best regards

    S.

    #1226719

    Hey S,

    1- Please add following code to Quick CSS

    @media only screen and (max-width: 989px) { 
    .avia-icongrid-numrow-3 li {
        width: 33.333%;
    }}

    2- Please add this code to functions.php file – https://kriesi.at/support/topic/support-questions-from-staff-cannot-be-answered/#post-728372

    Best regards,
    Yigit

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.