Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #381331

    Hi
    on smartphones or tablets is changing the theme design and the main menu position is above the background image, see screenshot.

    It is possible to locate the menu button below the background image?
    best regards

    #381911

    Hey Webmasterteam!

    Can you post the link to your website please?

    Best regards,
    Yigit

    #382051
    This reply has been marked as private.
    #382677

    Hi!

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

    @media only screen and (max-width: 480px) {
    .home #advanced_menu_toggle {
    top: 400px;
    }}

    It will move mobile menu button lower on home page on screens smaller than 480px. Please adjust the values as needed

    Regards,
    Yigit

    #383437

    Hi,
    a further question:
    on some android tablets or smartphones the “sticky header” works not right
    Can I switch off the sticky header only for mobile sites, (smartphones and Tablets)

    Best regards

    #383665

    Hi!

    The sticky header should be disabled on mobile devices by default. Try to add this on Quick CSS:

    @media only screen and (max-width: 767px) {
    .responsive #top #wrap_all #header {
    position: relative !important;
    }}

    Regards,
    Ismael

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