Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter daddybo

    (@daddybo)

    This is what I implemented:

    /* All the page titles were being listed above the nav bar when the website was
    being viewed on mobile devices. Fix: don't display class top_bar and then insert
    some space above class main_nav
    */
    .top_bar { display:none; }
    .main_nav { margin-top: 8px;}

    It works. Is there a better solution?

    Thank you

    Theme Author Qaiser

    (@kais99)

    Glad you fixed it. I would add this in next update.

    Thanks,
    Qaiser

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘On mobile, page names are listed above the menu’ is closed to new replies.