Menu and logo placement | Display iphone

Homepage Community Forums Epik Theme Support Menu and logo placement | Display iphone

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #5209
    fisherysim
    Customer

      Hi,

      This is my site: http://www.marketyze.com. The question is when looking at it on the iphone, the menus hover over the logo. How can I align this correctly.

      Thanks

      Mark

      #5220
      Eric
      Customer

        It looks like you’ve done a few things wrong in your css. From what I can tell you have the #head-wrap set at only 60px, which means this is the way it will show up on mobile phones. You’d need to increase that for mobile phones by adding that code in the responsive section and increasing the height.

        You also added “margin-top: -62px;” for the #header .widget-area which is the reason its covering the header/logo area. I’d remove that….or at least adjust it in your responsive section as well.

        Also, to center the logo you would need to add this to the #header in your responsive section –

        #header {
            background-position: center top;
        }

        I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com

        #5253
        fisherysim
        Customer

          Great thanks. I am still getting the menu on two rows instead of one across when looking at iphone, Any ideas?

          Thanks

          #5263
          Eric
          Customer

            You added 100px to your margin-right on line 710 –

            #header .widget {
                margin: 0 100px 0 0;
            }

            you’d have to either remove that altogether or just for the responsive section.


            I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com

            #5281
            fisherysim
            Customer

              Great thanks, works

              #5289
              Eric
              Customer

                You’re Welcome


                I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com

              Viewing 6 posts - 1 through 6 (of 6 total)
              • The topic ‘Menu and logo placement | Display iphone’ is closed to new replies.