Page title messed up in mobile and + in the menu not visible

Hello, if you go there


using the computer is ok, but using a smartphone, the title is messed up since the line height is too small.

How can I fix this?

Also, if you look at the menu in mobile you'll se that the +near FAVOLA and near ASSAGGIALA is almost invisible.

How can I make them more visible?

Thanks!

image

Comments

  • Hi, 
    Go to theme options> menu&action bar>menu and select the options scrollable. 
    TO make the plus icons more visible use this css 
    #Top_bar #menu ul li.submenu .menu-toggle {
    opacity:1 !important;
    }
  • Thanks, the menu is fixed but the title "La storia della Mortadella Favola" and all the other titles as well, have the same problem. It's possible to fix it using some css?
  • Ok fixed the title with

    #Subheader .title {
        line-height: 35px !important;
    }
Sign In or Register to comment.