Okay
  Public Ticket #1838906
Portfolio - single column
Closed

Comments

  • solaris76 started the conversation

    Hi, 

    Can someone point me in the direction of creating a single column portfolio listing page? 

    Thanks in advance. 

  •  3,030
    Andrew replied

    Hi,

    Thank you for contacting us.

    To have a single column for the Portfolio widget you can use some Custom CSS. Example CSS.

    .portfolio-items .col.element{
        width: 100% !important;
        position: relative !important;
        left:auto !important;
    }
    

    Kind Regards