Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #363776

    Hi,

    The menu on mobile browsers doesn’t appear, instead leaves a big blank space with a shopping cart.

    And on Ipad the menu overlaps the logo. How can I fix this so the menus work properly and looks good?

    #364183

    Hi windustries!

    Your header is 44px but for some reason it jumps to 232px for small screens and I’m not sure why. Let’s try the following.

    1. Deactivate all plugins.

    2. Completely delete the theme before downloading + uploading a fresh copy from themeforest.

    If your still having problems after doing the two steps then send us a WordPress login and we’ll take a closer look.

    Regards,
    Elliott

    #364198
    This reply has been marked as private.
    #364678

    Hey!

    It will not delete your pages and custom CSS code as long as theme names are matching. How did you implement prepayment?

    Best regards,
    Yigit

    #365098
    This reply has been marked as private.
    #365351

    Hi!

    In that case you are going to need to re-implement the code to header.php file after update

    Best regards,
    Yigit

    #365662
    This reply has been marked as private.
    #365667

    Hi!

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

    @media only screen and (max-width: 767px) {
    .responsive #header_main .inner-container, .responsive .main_menu {
    height: 88px;
    }
    .responsive .logo img {
    max-height: 88px!important;
    }}

    Cheers!
    Yigit

    #365674
    This reply has been marked as private.
    #365685

    Hey!

    You are welcome Windustries, glad we could help :) Let us know if you have any other questions or issues
    You too have a great day!

    Cheers!
    Yigit

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.