Wordpress Mobile Menu Not showing

by codedmp3 peter Banned
3 replies
  • WEB DESIGN
  • |
After redirecting site to https (SSL) I have been facing mobile menu issue.. It is not visible in mobile. Please help https://www.codedmp3.com posted by Codedmp3
#menu #mobile #showing #wordpress
Avatar of Unregistered
  • Profile picture of the author webdseo
    in mobile you will find three horizontal white lines after your logo at right side of your black menubar, click on that line and you can see your menu
    {{ DiscussionBoard.errors[11362713].message }}
  • Profile picture of the author Ankit Meena
    Sir even I am Facing this problem on my website https://itechhax.com
    {{ DiscussionBoard.errors[11370092].message }}
  • Profile picture of the author emma piterson
    That's a bit of a confusing question. Wordpress is what stores your data, HTML/CSS is what decides what it looks like. So are you trying to add images to your page links in WordPress?

    If it's the WordPress side and you have a grid already, look up the_post_thumbnail(); which gets the featured image for a post. There are variations of it to get just the URL if you don't need the whole <img> element.

    And if you mean layout, then there's a little more work and you should look up laying out a box grid in HTML. Essentially, you'll make each <a> a floated block element that's 33% wide and clear float on every third element using a:nth-child(3n+1). You can also equalize heights on all the elements so that it is even.

    If you're not too concerned about browser support, you can also look at the new CSS Flexbox spec. This is very easy and adapts to all sorts of applications of, well, flexible boxes.

    Hope you'll get your answer.

    Thank you!!!
    {{ DiscussionBoard.errors[11372013].message }}
Avatar of Unregistered

Trending Topics