• Resolved bgrhawkeye

    (@bgrhawkeye)


    There is an error with the Item per Rows. When I select 3 it shows 2 in the row. When I select 2 it shows 1 in the row. Selecting 1 shows 1 and selecting 4 shows 4. I need 3 in the row and spent over an hour thinking is was a problem with the page width.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter bgrhawkeye

    (@bgrhawkeye)

    There is an error with the Item per Rows. When I select 3 it shows 2 in the row. When I select 2 it shows 1 in the row. Selecting 1 shows 1 and selecting 4 shows 4. I need 3 in the row and spent over an hour thinking is was a problem with the page width.

    Sorry,I can’t check your websites and its under contractions. As my opinion its happened for css bugs and hope after add those custom css your sites will works properly.

    .oxilab-flip-box-wrapper *,
    .oxi-addons-container *{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    }

    kindly add this as custom css and hope your bugs will solved.

    Thread Starter bgrhawkeye

    (@bgrhawkeye)

    Thank you that fixed it!

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

The topic ‘Item per Rows Error’ is closed to new replies.