› Rooms › General Divi › **MEDIA QUERY HELP*** › Reply To: **MEDIA QUERY HELP***
26 May 2022 at 5:48 pm
#3552
::
Give that row a CSS ID. Then set that to a 95% width.
#button-row.et_pb_row {
width: 95%;
}
Include your media query if you want, but it doesn’t really matter. We’re just making sure the buttons fit in the row without overlapping until we get to tablet size.
-
This reply was modified 1 year ago by
Terry Hale.