Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS [Solved] Center content only on mobile Reply To: [Solved] Center content only on mobile

#208538
Geoff Graham
Participant

I see what you mean!

The problem is that each product container is not filling the entire width of the browser on smaller screens. This should do the trick:

.bonus-page .bn-item {
  width: 100%;
}