Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #701789

    Hi
    I’ve followed this tips and works great on desktop but I on iPad menu is covering logo. Please find screenshot here. I know that is too meny items in menu but my client needs them all. Maybe it is possible to switch menu on mobile?
    My secound problem is that on Nexus 5 or iPhone 5 in vertical position text which are placed in 1/2 colum cannot fit screen.
    Screenshot find here and here
    Thank you a lot in advanced for your help
    Krzysztof

    #701792

    Hey kkwasniewski,

    There are too many menu items to fit in the width of tablet we need to trigger the mobile menu in tablet view as well Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    @media only screen and (max-width: 1300px) {
    nav.main_menu {display:none !important;}
    #advanced_menu_toggle, #advanced_menu_hide {display:block !important; }
    }
    

    Best regards,
    Vinay

    #701810

    Hi Vinay
    Thank you for menu works great!,
    What I can do with text in colums screenshot here and catalog?
    Url this site you can find as private.]
    Thank you again

    #702357

    Hi,

    Try to add this code after Vinay’s code:

    @media only screen and (max-width:767px) {
    	ul.av-catalogue-list {
    	    text-align: center;
    	}
    
    	.av-catalogue-title,
    	.av-catalogue-content {
    	    padding-right: 0;
    	}
    
    	.av-catalogue-price {
    	    position: static;
    	}
    }

    Hope this helps :)

    Best regards,
    Nikko

    #702436

    Hi
    In av-catalogue-price problem is solved thank you but problem is still on 1/2 columns
    Can you check again?
    Thank you in advanced
    Krzysztof

    #702747

    Hi!

    Kindly add this code:

    .flex_column.av_one_half {
        word-break: break-word;
    }
    
    .flex_column.av_one_half .avia_textblock h2 {
        font-size: 18px !important;
        line-height: 1.3;
        margin-bottom: 16px;
    }
    
    .flex_column.av_one_half .avia_textblock h3 {
        font-size: 16px;
        line-height: 1.4;
    }

    at the bottom of this code:

    .av-catalogue-price {
    	position: static;
    }

    Just adjust the font-size and line-height values. Let us know if it works :)

    Best regards,
    Nikko

    #702805

    Hi
    Yes, it works
    Thank you a lot for help!
    Krzysztof

    #702808

    Hi Krzysztof,

    Glad that we could help :)

    Best regards,
    Nikko

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Menu is covering logo on iPad’ is closed to new replies.