Title
Content
I\'m using bootstrap 3 and I try to have a specific grid alignment for article on desktop.
On mobile I want to order content of the article like that :
it's your columns class:
md:
4 (image) - 8 (title) => 1st row (max 12 columns)
8 (content) => new row
that's will make a new row, the 2nd row placed below image/title column
so you must use this columns setting (using hidden class) like this:
md:
2 (image) - 5 (title) - 5 (hidden-xs hidden-sm)
5 (content)
just try this code:
CSS:
HTML:
Title
Content
maybe it's not solve the problem. but you can use this trick.
sorry for my bad english