B
B
buzzloud2016-04-05 13:52:14
HTML
buzzloud, 2016-04-05 13:52:14

How to layout two unrelated elements using bootstrap grid?

Hello everyone, for the first time on the Toaster, so do not blame me if that)
Such a question: there are two elements on the page - a feedback form and the address of the company. As you can see on the layout, they are next to each other. The question is, is it possible to lay them out using the bootstrap grid (because I use it in general for page layout) or do I need to manually make a "custom" grid in this place? The problem is that it’s not difficult to make a form, but I still can’t figure out how to insert a block with an address and about so that it doesn’t break the grid (where the form is) or be part of the form tag. If there is, where to read about such a decision, please poke, well, or some advice can be)
44587bdf1dbd4c97905b15b9476c2442.jpg

Answer the question

In order to leave comments, you need to log in

1 answer(s)
I
IceJOKER, 2016-04-05
@buzzloud

div.row
  div.col-***-8
     form.feedback
  div.col-***-4
     div.address
     div.about

^^^
Good example

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question