How to change the position of elementary bootstrap?

1

I wanted to change the position of elements of a page formed in bootstrap As I present in the following images as I resized the page the [EN] [PT] [ES] buttons change positions and I believe it is through @media in css.

My problem is when I resize to a certain point the buttons are displayed as show in the second image, and I wanted them to remain as shown in the first image

If you do not understand the issue well, I'll edit it to clarify the best thing possible.

    
asked by anonymous 06.10.2015 / 12:24

1 answer

1

Okay, I fixed the problem, I'll explain:

In the bootstrap there are columns where they are marked with classes, the ones I used were col-sm-3 col-sm-6 col-sm-3 before they were col-sm-3 col-sm-7 col-sm-2

Then by increasing colunda col-sm-2 to col-sm-3 and reducing the col where you have the col-sm-7 search for col-sm-6 then the buttons will have more space correcting the problem .

If my explanation was not clear, comment that I edit

    
06.10.2015 / 13:09