Rooms General Divi **MEDIA QUERY HELP*** Reply To: **MEDIA QUERY HELP***

#3552
Terry Hale
Keymaster
    @mizagorn
    Up
    0
    Down
    ::

    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.