Okay
  Public Ticket #541686
Mobile (Logo & Menu)
Closed

Comments

  • Breanna started the conversation

    Two things, my logo looks tiny on an iphone, how do I resize it to max possible size? Secondly, my menu is invisible on an iphone, is this deliberate? How do I change the colour of the bars (ie make them black) so they are visible on my white header? I've tried a search of the forum and tried a few responses but no luck.

  • [deleted] replied

    I\'m also having this same issue. Site uses a white header and the hamburger menu bars aren\'t visible on mobile. I can\'t seem to find a resolution in any of the tickets or support articles.

  • Lennart replied

    Same here. Also tried changing from child to parent theme to no resolve.

  •  8,990
    Tahir replied

    Hey Guys,

    Try opening your functions.php file and changing these items:

    wp_enqueue_style(\'font-awesome\');
    wp_register_style(\'font-awesome\', get_template_directory_uri() . \'/css/font-awesome.min.css\');
    to this:

    wp_enqueue_style(\'font-awesome-2\');
    wp_register_style(\'font-awesome-2\', get_template_directory_uri() . \'/css/font-awesome.min.css\');
    Also, if you’re using page transitions, change the method to the standard option form the “AJAX” one

    Cheers


    ThemeNectar Support Team 

  • [deleted] replied

    Fixed my issue! Thanks!