Is anyone else struggling with this dilemma or is it just me?
I've been searching everywhere for a solution to my problem but I can't seem to find one.
According to the grid system, if you have a column size of col-md-5
, centering it should be easy by using col-md-offset-4
. This method places the column 4 columns from the left and will automatically center it. The key is to make sure there are an equal number of columns on either side of the centered column within the grid.
However, what do you do in the case of a col-md-5
? Using col-md-4
would only leave 3 columns remaining on the right side, throwing off the centering. I've tried various approaches but have had no luck so far.
If anyone has any insights or solutions, please share. Thank you!