Home › Forums › CSS › [Solved] Center content only on mobile › Reply To: [Solved] Center content only on mobile
September 22, 2015 at 9:30 am
#208538
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%;
}