Font size larger in menus of sidebar widget for iPhone

Hi,

How do I make the font size of my menu larger in the sidebar widget for the iPhone? https://www.pixelway.de/olberts-gummi/conticlean-a-h/


Thanks

Comments

  • Hi,

    Please use the following CSS code:

    @media only screen and (max-width: 767px){
       .column_sidebar_widget .menu .menu-item a{
          font-size: 15px;
          line-height: 1.5em;
       }
    }
    

    Put it in Betheme -> Theme options -> Custom CSS & JS -> CSS.


    Best regards

Sign In or Register to comment.