Okay
  Public Ticket #2203637
Portfolio list view
Closed

Comments

  • Forcyghter started the conversation

    Hi, there is a way to set te grid portfolio as a list?

  •  675
    Neuron replied

    Hi,

    Can you please explain it further, like what list you want to use it. The only presets that are available are those that are presented in our demo, maybe with some Custom CSS, I'll help you achieve something similar that has 1 column.

    Kind Regards


    Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.

  • Forcyghter replied

    I mean something like this, I have to add more information at the side of the picture

  •  675
    Neuron replied

    Hi,

    Can you please try to add the following style and see if that's alright.

    .selector {
        flex: 0 0 100%;
        max-width: 100%;
    } .selector .o-post {
        display: flex !important;
    } .o-post .o-neuron-hover {
        max-width: 20%;
        flex: 0 0 20%;   
    } .o-post .o-portfolio-item__content {
        max-width: 80%;
        flex: 0 0 80%;
    } .o-portfolio-item__content {
        padding-left: 30px;
    } .o-portfolio-item__title,
    .o-portfolio-item__category-holder {
        text-align: left !important;
    }

    Kind Regards


    Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.

  • Forcyghter replied

    wow great that's work! :) thank you very much

    There's a way to extend the link area to all the block instead the thumbnail?

  •  675
    Neuron replied

    Hi,

    I am very sorry for the late reply, we were not working on the weekend.

    .o-neuron-hover.o-neuron-hover--icon .o-neuron-hover-holder {
        position: static !important;
    }

    Kind Regards


    Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.