Tagged: 

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

    hello
    Can you tell me how to modify the break points? I want to display “very small screen” templates for “small screens”
    Thank you very much !

    #1117376

    Hey Qynapse,

    Thank you for using Enfold.

    Which element are you trying to modify? If you want to adjust the breakpoint of the columns or the cells for instance, you can directly adjust them in their own settings panel. Just look for the Screen Options. We can also suggest css code when necessary.

    Best regards,
    Ismael

    #1117488
    This reply has been marked as private.
    #1117671

    Hi,

    Thanks for the clarification. Please try the following in Quick CSS under Enfold->General Styling:

    @media only screen and (max-width: 1200px) {
      nav.main_menu {
        display: block !important;
      }
      #avia-menu .menu-item {
        display: none;
      }
      .av-burger-menu-main.menu-item-avia-special {
        display: block;
      }
    }
    

    Best regards,
    Rikard

    #1117741
    This reply has been marked as private.
    #1117775

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Modifying break points’ is closed to new replies.