Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #234816

    Hi there

    There seams to be a bug with the responsive design. If I make my browser only occupy half the screen (how I have it most of the time), I cannot navigate the page (the top links have disappeared, and there’s no horizontal scroll bar). I’m using Firefox.

    How do I fix this error?

    #234817
    #234826

    Hi!

    Please add following code to Quick CSS in Enfold theme options under Styling tab

    @media only screen and (max-width: 989px) and (min-width: 768px) { 
    .responsive .mobile_menu_tablet .main_menu {
    display: block;
    }}

    There should not be a horizontal scroll bar when theme is responsive, if you meant vertical, it does show up fine on my end http://i.imgur.com/rjlBIKn.jpg

    Best regards,
    Yigit

    #236888

    Thank you!
    It worked perfectly fine!
    Another question: Is there a way to include text (h1) instead of a logo in the logo area?

    Thank you in advance

    #237521

    Hi!

    Yes, I think this thread will help you: https://kriesi.at/support/topic/disappear-title/

    Best regards,
    Peter

    #237546

    Thank you!

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Problems with responsive design’ is closed to new replies.