Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #242742

    Hi,

    – I’ve added an icon to the main menu for “home”. In the mobile view, the separator for the menu item is up too high, please take a look:

    <img src=”http://meoartis.com/wp-content/uploads/2014/03/menuicon.jpg&#8221;

    Can you tell me how to fix this?

    – can I move the add to cart button a little lower, so that it doesn’t touch the quantity selector?

    <img src=”http://meoartis.com/wp-content/uploads/2014/03/mobileshop-button.jpg&#8221;

    Thanks & regards,

    Gabriel

    #242819

    Hi chiummog!

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

    #mobile-advanced li { height: 50px; }
    @media only screen and (max-width: 767px) { 
    form.cart .button { margin-top: 10px !important; }}

    Regards,
    Yigit

    #242828

    Hi Yigit,

    thanks, add to cart if fine now, no change in the menu issue however!

    Thanks,

    Gabriel

    #242830

    Hey!

    Please add following code to Quick CSS as well

    #mobile-advanced a, #mobile-advanced .mega_menu_title { height: 50px; }

    Best regards,
    Yigit

    #242836

    Hi,

    added, now the height is fine, but the little red “li” arrow is overlapping with the icon:

    Cheers,

    Gabriel

    • This reply was modified 10 years ago by chiummog.
    #242843

    Hey!

    Which browser and OS are you using? I have just checked your website on my iphone and it does look fine on my end – http://i.imgur.com/xtGsjUJ.png

    Regards,
    Yigit

    #242859

    Iphone and Chrome/Win7 is fine, only Firefox doesn’t.

    #242863

    Hi!

    Please try adding following code to Quick CSS as well

    #mobile-advanced li > a:before, .html_header_mobile_behavior #mobile-advanced span > a:before {
    content: "\25B6";
    margin-left: -10px !important;
    }

    Regards,
    Yigit

    #242874

    Hi,

    still no change in frontend. Do you have any other idea?

    Thanks,

    Gabriel

    #243544

    Hi!

    Do you mind creating a temporary admin login and posting it here privately so i can take a look?

    Regards,
    Yigit

    #243549
    This reply has been marked as private.
    #245297

    Hi!

    What is the url for the site? I tried the meioartis . com but its coming up blank for me so i’m not sure if it is something different.

    Cheers!
    Devin

    #245334

    Hi Devin,

    sorry for the inconvenience, your Josue was working on some other issue and left some code in there that crashed the site. Now it’s up and running again, if you could please check again?!
    the URL is http://www.meoartis.com

    Thanks,

    Gabriel

    #245491

    Hey!

    Thank you for using the theme!

    Weird that it is not rendering the same on firefox. Please add this on Quick CSS or custom.css:

    @-moz-document url-prefix() {
    #mobile-advanced #menu-item-2866 > a:before {
    margin-left: -20px;
    }
    }

    Regards,
    Ismael

    #246966

    Please close post!

Viewing 15 posts - 1 through 15 (of 15 total)
  • The topic ‘Mobile view shop and menu issue’ is closed to new replies.