I am utilizing the most recent version of Bootstrap 3 to design a website for a friend, but I am encountering a challenge with centering elements on the page. Typically, I would use the following code:
.center{
width: 90%;
margin: 0 auto;
}
However, this code is not producing the desired effect.
My goal is to arrange the desktop view as follows:
item item item
item item
For the tablet view, I want the layout to be like this:
item item
item item
item
Unfortunately, all the items are currently shifting to the left instead of maintaining the desired layout.
If you would like to see the website in action, please visit here.