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?
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;
}
}
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
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) :
Thanks
ThemeNectar Support Team
Hi Tahir,
Thank you!! Worked perfectly.
Sewak Aramjan