Link to home
Start Free TrialLog in
Avatar of jaylab2
jaylab2

asked on

Change column size on different media query (bootstrap)

Hello,
I do have this code

								<div  class="col-xs-8 column SHeadD" >
								</div>
								<div class="col-xs-2 column SHeadL">
								</div>
								<div class="col-xs-2 column SHeadL">
								</div>

Open in new window


I do need to change column size on 767PX media i do need it to show like this

								<div  class="col-xs-6 column SHeadD" >
								</div>
								<div class="col-xs-3 column SHeadL">
								</div>
								<div class="col-xs-3 column SHeadL">
								</div>

Open in new window



Can anyone help me practically how to do that ?
ASKER CERTIFIED SOLUTION
Avatar of Marco Gasi
Marco Gasi
Flag of Spain image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial