Viewing 23 posts - 1 through 23 (of 23 total)
  • Author
    Posts
  • #239152

    can you tell me how to fix this menu is overlapping on ipad here is the link http;//www.proconsolerepairdfw.com

    #239337

    can I please get a answer for this is issue.

    #239342

    Hey!

    Please add following code to Quick CSS in Enfold theme options under Styling tab

    @media only screen and (max-width: 480px) {
    .responsive .logo a, .responsive .logo img {
    max-width: 90%;
    height: auto !important; }}

    Best regards,
    Yigit

    #239344

    Sorry that did not work here is the link http://www.proconsolerepairdfw.com

    #239367

    Hi!

    Please add following code to Quick CSS as well

    @media only screen and (max-width: 1340px) { 
    .main_menu ul:first-child > li > a { padding: 0 7px; }}

    Best regards,
    Yigit

    #239385

    no sorry that did not work

    #239390

    Hi!

    Please try adding !important rule as following

    @media only screen and (max-width: 1340px) { 
    .main_menu ul:first-child > li > a { padding: 0 7px !important; }}

    Also, flush browser cache after applying the code and refresh your page a few times

    Cheers!
    Yigit

    #239392

    sorry still overlapping

    #239398

    I think the best solutions would be to center the logo but I have a few issues
    1. how to get rid of the boxes on the main menu
    2. logo gets cut off on mobile view.
    3. increase font size on main menu.

    #239401

    Hi!

    Can you please make sure that wp-content>uploads folder has correct permissions ( 755 )?
    Code is not being applied. If it is, do you mind creating a temporary admin login and posting it here privately?

    Regards,
    Yigit

    #239405
    This reply has been marked as private.
    #239409

    Hi!

    “ERROR: Invalid username.” Can you check once again?

    Regards,
    Yigit

    #239411
    This reply has been marked as private.
    #239416

    Hi!

    Please check your website now.

    Regards,
    Yigit

    #239418

    that better only the home is overlapping now.

    #239420

    Hey!

    This is how it looks on my end when i resize the window, i cannot see overlapping issue http://i.imgur.com/9W8HM8N.jpg
    Please try flushing browser cache on your ipad

    Cheers!
    Yigit

    #239424

    when I look at it on a ipad home is overlapping

    #240233

    Hey!

    I have adjusted the custom CSS code in Quick CSS a bit to make logo smaller on certain screensizes. Flush browser cache and check your website again

    Cheers!
    Yigit

    #247717

    hi Yigit

    have the same issue on iPad

    have the following code in my Quick CSS

    #top .fullsize .template-blog a { float: none; display: inline-block; width: auto; }
    
    @media only screen and (min-width: 1340px) {
    .responsive_large .container .nine.units {
    width: 850px;
    }
    }
    
    @media only screen and (min-width: 1140px) {
    .responsive .container .nine.units {
    width: 690px;
    }
    }
    
    .container .nine.units {
    width: 600px;
    }
    
    @media only screen and (max-width: 989px) and (min-width: 768px) {
    .responsive .container .nine.units {
    width: 450px;
    }
    }
    
    @media only screen and (max-width: 480px) {
    .responsive .logo a, .responsive .logo img {
    height: auto !important; }
    
    .responsive .logo a, .responsive .logo img {
    width: 100% !important; }
    #header_main { height: 100px; }
    #advanced_menu_toggle { top: 130%; }}
    
    hr { border-color: #999999; }

    what code can i add so it displays well on iPad as well.
    thanks.

    #247801

    Hey!

    Please find following code

    @media only screen and (max-width: 480px) {
    .responsive .logo a, .responsive .logo img {
    height: auto !important; }

    and change it to

    @media only screen and (max-width: 990px) {
    .responsive .logo a, .responsive .logo img {
    height: auto !important; }

    If that does not work, please post the link to your website

    Cheers!
    Yigit

    #247809

    hi Yigit
    made changes as you suggested. nothing changed…
    Home button is touching the logo while holding iPad in horizontal position.
    check here pls: http://www.oshonow.net

    #247817

    Hey!

    Please add following code to Quick CSS in Enfold theme options under Styling tab

    @media only screen and (max-width: 1140px) {
    .av-main-nav > li > a { padding: 0 5px; }}

    I cannot reproduce the issue when i resize browser window but this code should help

    Best regards,
    Yigit

    #247822

    that worked like a charm Yigit. thanks!

Viewing 23 posts - 1 through 23 (of 23 total)
  • The topic ‘Menu Overlapping on Ipad’ is closed to new replies.