Okay
  Public Ticket #940281
Portfolio fullwidth - 5 columns
Closed

Comments

  • Sewak started the conversation

    Hi,

    My portfolio page is showing 4 columns instead of 5 (only on my laptop screen). It used to show 5 columns and I haven't change a thing. I only updated the theme, but I don't know if that has something to do with it. 

    My portfolio settings are:
    - Layout: fullwidth 

    Row settings:
    - Type: full width content

    Do you know why it's not showing 5 columns anymore?

    Thank you,

    Sewak Aramjan

  •  8,996
    Tahir replied

    Hey Sewak,

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    @media only screen and (max-width: 1600px) and (min-width: 1300px) {
        html body .default-style .portfolio-items .col.elastic-portfolio-item {
            width: 17.50%!important;
        }
    }

    Thanks


    ThemeNectar Support Team 

  • Sewak replied

    Hi Tahir,

    Thank you!! Worked perfectly.

    Sewak Aramjan