Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1035176

    Hello,
    I have a problem with my theme in some resolutions : https://imgur.com/a/goIqbeI

    1 (wide screen) is ok
    3 (mobile) is ok
    2 is not good with the text going under the logo

    Is there a way to correct this ?

    Regards,
    Janus.

    #1035694

    Any idea how to correct that with css ?

    #1035753

    Hi Janus,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    @media only screen and (max-width: 1280px) {
      nav.main_menu, #menu-item-search, #mobile-advanced .menu-item {
        display: block !important;
      }
      .menu-item {
        display: none;
      }
      #advanced_menu_toggle,
       #advanced_menu_hide {
        display: block;
      }
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.