Home › Forums › WordPress Themes – Premium › Circumference › How to control the width of responsive change › Reply To: How to control the width of responsive change
October 1, 2015 at 6:50 pm
#21889
Member
Thank you for the links. This helped me track it down.
For others working with this theme, the line that controls when the main menu flips to minimized button mode can be found around line 3412 of the /themes/circumference/style.css file.
/* Mobile menu styling */
/* This max-width controls when the main menu flips to minimized button. Was 960px */
@media (max-width: 500px) {