I’m not familiar with Bootstrap grids. I’m trying to figure out how to make the text right justify in the last column on the “Build any Page Layout” slide on the demo site.
Just select the text without the wrapping shortcodes and align it to the right in the editor.
Hi there, sorry for jumping in, but I have the same question. I tried aligning it to right in the editor, but it doesn’t seem to work. The website can be viewed here: http://www.studiointermodel.com/intermodel/
And as you can see, I’m trying to align the first and second slide to the right, but even if I align the text right, the column stays on the left side.
Can you tell me what I’m doing wrong?
[row] [column md="6"]
<h3 style="text-align: right;">Berdiri sejak 1983 di Bandung, Studio Intermodel mempersiapkan Anda menuju sukses berkarir dalam dunia Fashion.</h3>
<p style="text-align: right;">[lead xclass="text-right"]
Melalui pemantapan bakat, minat, dan kemahiran serta pengetahuan praktis dibantu guru-guru yang berpengalaman bertahun-tahun, maka dengan waktu dan biaya efisien di akhir masa belajar diberikan Sertifikat Depdiknas setelah melalui rangkaian Ujian Akhir Teori dan Praktek.[/lead]</p>
<p style="text-align: right;">[button type="default" size="lg" link="/contact-us"] Daftar Sekarang [/button]</p>
[/column]
[/row]
Thanks! This is an amazing theme and I’m grateful you made it available for everyone.
I think you want to offset your columns, like this:
[row][column md="6" offset_lg="6" offset_md="6"]
Ben
It worked! Thank you so much!