top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

In Bootstrap, What is use for Push and Pull class ?

0 votes
274 views
In Bootstrap, What is use for Push and Pull class ?
posted Feb 22, 2018 by anonymous

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

0 votes

Push and pull classes are used in bootstrap for reordering columns. These classes allow us to change the order of the grid system based on different browser sizes.
They are used with bootstrap grid classes **col-md-***, **col-lg-***, **col-sm-*** and **col-xs-***.
Pull works on the left and Push works from the right.

answer Nov 22, 2018 by Venkatesh Reddy
...