• Hello , i need to place portfolio 2 times on my page ,
    Once with 2 rows with 2 pictures and the second time 2 rows with 3 pictures is it possible ?
    As i see the width of picture is made by col-md-3 can i change it for only one portfolio

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author shufflehound

    (@shufflehound)

    Hello,

    Yes, you can use Portfolio Widget grouping feature, see here how to use it.

    Thread Starter bieniu4

    (@bieniu4)

    You don’t understand me , i used grouping and im displaying it but 1 groupe items have to be 50% width and second group have to be 33% and im asking is there is such possibility and if there is where can i do it

    Theme Author shufflehound

    (@shufflehound)

    Sorry, for misunderstanding.

    Yes, this is possible by custom CSS tweaks.
    For example, by inspect element in browser you need to find widget ID and then add something like this:

    #panel-127-0-0-2 .portfolio-item {
        width: 33%!important;
    }

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Portfolio question’ is closed to new replies.