Show 4 columns in PC view

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
7 years ago
Hello,

My problem s that i need more products per page.

There is a simple option for change the default 3 columns and show 4 when he user is in a PC browser?.
I read this in the formun:
change styles.css file:

.item-box {
    margin: 0 0.5% 50px;
    width: 32.3333%;
}

but i don't want to change manually this file, i don't know the impact of that in my theme.

Any suggestion is welcome

Kind Regagrds


Daniel
7 years ago
[email protected] wrote:
Hello,

My problem s that i need more products per page.

There is a simple option for change the default 3 columns and show 4 when he user is in a PC browser?.
I read this in the formun:
change styles.css file:

.item-box {
    margin: 0 0.5% 50px;
    width: 32.3333%;
}

but i don't want to change manually this file, i don't know the impact of that in my theme.

Any suggestion is welcome

Kind Regagrds


Daniel


Hi,

you need to change the width to 24.5% to position four item-boxes per row.

Kind regards,
Aleks
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.