Okay
  Public Ticket #2085878
Portfolio Categories's Menu Display
Closed

Comments

  •  6
    ArquitectosdeCabecera started the conversation

    Hi !

    I have and issue and want to know if it can be solve somehow.

    Mi site is niw i ntwo languages. Well, when it is in spanish the portfolio categories's menu is displaying correctly (as seen in pic 1 and 2). But when i switch to english the menu features differently and one of the portfolio categories goes on top of one portfolio element, overlapping. (pics 3 and 4)

    Any idea how to solve this?

    Thanks

    Ignacio

  • [deleted] replied

    Hi Ignacio,

    Please add the following CSS and it will fix the issue:

    .product-filter .portfolio-subcategory {
    white-space: nowrap;
    }

    You can see how it works:

    https://d.pr/v/Qd1HCG

  •  6
    ArquitectosdeCabecera replied

    Thank you Arlind !

    Its working better now. 

    Ignacio

    :)

  •  6
    ArquitectosdeCabecera replied

    Ups ! 

    One more question.

    I tried in the mobile phone ... and I guess the other option of display is working better there.

    Can I have different css setups for the mobile phone web version ?

    :):):)

  • [deleted] replied

    Hi Ignacio,

    Ah, sorry about that. I have tried this CSS and it worked:

    .portfolio-title-holder .pt-column-title {
        display: none;
    }
    .portfolio-title-holder .pt-filters {
        width: 100%;
    }
    
    See this video:

    https://d.pr/v/eVPPoQ

    In addition to this, you need to remove the previous CSS I gave you (like I did in the video above)