New Landing How can we help? Themeforest Theme Support Dante Menu icon placement on iPhone w/ Home 8 layout

Viewing 8 posts - 1 through 8 (of 8 total)
  • Posted in: Dante
  • #130316
    ronin
    Member
    Post count: 282

    Hi, I’ve just got a small issue with the menu icon when on an iPhone – it’s half off the edge of the screen (see grab). How can I move it to the left please?

    cheers, Kurt

    Attachments:
    You must be logged in to view attached files.
    #130354
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-

    @media only screen and (min-width: 479px) {
    #logo a.mobile-menu-show{margin-right:20px !important;}
    }
    

    Thanks
    Mohammad

    #130363
    ronin
    Member
    Post count: 282

    You da man, mate, thanks!

    cheers, Kurt

    #130364
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    You most welcome. I’m glad that issue resolved.
    Thanks ๐Ÿ™‚
    With Best Regards
    Mohammad

    #130365
    ronin
    Member
    Post count: 282

    Actually – another glitch I’ve noticed on mobile – there is a gap between the body and the header thats only on iOS – eg 182.160.158.231/~soundsoflife/?page_id=240

    Attachments:
    You must be logged in to view attached files.
    #130371
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-

    @media only screen and (max-width: 767px) {
    .inner-page-wrap.no-top-spacing {
        margin-top: -25px;
    }
    }

    Thanks
    Mohammad

    #130375
    ronin
    Member
    Post count: 282

    Great – that did the trick – thanks again mate.

    #130376
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    You most welcome. I’m glad that issue resolved.
    Thanks ๐Ÿ™‚
    With Best Regards
    Mohammad

Viewing 8 posts - 1 through 8 (of 8 total)

You must be logged in to reply to this topic.