Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Sorry about that, never mind. Got it.

    If anyone else reads this, your media queries are in your “Style.css” file inside of the theme you are using.

    you must insert the following:

    @media screen and (max-width: 600px){
    .wprmm_menu ul.two-column, .wprmm_menu ul.two-column li, .wprmm_menu .two-column li {
    width:99%;
    margin: 0 2% 5px 0;
    padding: 0;
    float: none;
    }

    I know this thread may be long dead, but I am a bit new to this and am also having an issue with the responsive columns. No matter what I set it always defaults to one column (zurb/twitter). You suggest adding something to the “child theme” which i take as the CSS editing for “Easy restaurant manager”. Then there is something called media query, does this also get loaded into the CSS editor?

Viewing 2 replies - 1 through 2 (of 2 total)