Okay
  Public Ticket #2026540
Displaying portfolio taxonomies correctly on mobile
Closed

Comments

  •  2
    imthazahamed started the conversation

    I have had issues trying to fit in all portfolio taxonomies in a row but i found  this thread https://laborator.ticksy.com//ticket/1994770/ and it worked with the below CSS:

    .portfolio-title-holder .pt-column {
        min-width: 800px;
    }

    .product-filter .portfolio-subcategory {
        left: 30%;
        right: auto;
        transform: translateX(-30%);
    }

    .product-filter {
        text-align: center;
    }

    But now on mobile the taxonomies are stretched out having to horizontally scroll, can anyone help me on this please?

    Thanks

    {"wp":{"use":false,"adminUrl":"www.imthaz.com/wp-admin","username":"","password":""},"ftp":{"use":false,"url":"","port":"","user":"","password":"","path":""}}


  •  1,559
    Laborator replied

    Hi there,

    I don't know where this is added but this line of code is causing all that:

    .portfolio-title-holder .pt-column {
        min-width: 800px;
    }
    

    If you can't find it then please share your site credentials here, because we need to login to your site and see this issue live. Your information is safe (private) in this thread.

    To include your credentials click Insert Credentials button in editor toolbar. (See how)

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group