Okay
  Public Ticket #895874
Portfolio description
Closed

Comments

  •  26
    Sira started the conversation

    Hello:

    I would like to know if there is a way to make the portfolio description always be between the title and the filters (so we would have 3 lines of information: Title, description, filters), as it happens on the home page.

    When you have a big screen, the description appears on the left side, and on the right the filters, in 2 lines (i don't like it).

    See image attached

    Thanks and best regards

    Sira

  • [deleted] replied

    Hi Sira,

    Yes this is possible, just add the following Custom CSS:

    .portfolio-title-holder .pt-column,
    .portfolio-title-holder {
        display: block;
    }
    
    .product-filter {
        text-align: left;
        margin-left: 0 !important;
        margin-top: 20px;
    }

    The result will be:


    (view large version)

  •  26
    Sira replied

    Thank you, Arlind, it works great! :-)

    Kind regards

    Sira

  • [deleted] replied

    Great to hear that Sira.

    Have a nice day there.

  •  26
    Sira replied

    Same to you!