Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #60131
    Les
    Member

    First of all, sorry for my spellingmistakes, but English is a foreign language for me. I was experimenting with this Adventurous theme (free) in my offline envirnmont but I seem to ran up upon two problems.

    1. On my desktop computer the site works fine. But after duplicating the site on to a same offline envirnmont on my laptop, it seems that I cant scroll to the bottom of the page. After reaching the bottom by scrolling it jump right back up to the middle.

    2. I want the normal menu only to appeare on a largescreen and the mobile menu on every smaller screen because the menu splits up in two rows on smaller screen.

    Please help me out!

    #60161
    Sakin
    Keymaster

    @Les: Sorry you site needs to be live for me to check in then only I can provide you support.

    #60194
    Les
    Member

    I got the website online: http://www.automatisme.nl

    Let me explain to you that I am making this website for a good friend of mine and this is exactly what he wants. We started of with the theme as it is, but after a lot or modifications (css) by request, the site ended up like this, exactly how HE wants it.

    #60213
    Sakin
    Keymaster

    @Les:
    1. Not sure about this issue. Are all script loading fine.
    2. For menu, you can add the following css in “Appearance => Theme Options => Custom CSS” box:

    @media screen and (max-width: 1280px) {
        #secondary-menu ul.menu a {
            padding: 2px 10px;
        }
    }
    @media screen and (max-width: 1152px) {
        #secondary-menu {
            display: none;
        }
        #secondary-mobile-menu {
            display: inline-block;
        }
    }
    #60309
    Les
    Member

    I found out what seems to be the problem, but unfortunately I could not find any solution yet. Maybe you can find out what goes wrong in this code:

    #site-logo {
        float: right;
        height: 110px;
        width: 930px;
    }
    
    #site-logo img {
        height: 110px;
        max-height: 110px;
        width: 720px;
        float: right;
    }
    
    #hgroup {
        float: right;
        width: 100%;
       text-align: right;
    }
    
    #header-left {
        width: 100%;
        float: left;
    }

    Thanks for already helping me out with the mobile menu issue.

    #60314
    Les
    Member

    To continue on my last post: I now think the problem is to be found in the (responsive) fixedheader. Can u help me out with this?

    #60434
    Sakin
    Keymaster

    @Les: Sorry this is beyond my service. Please hire developer for this.

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Scroll problem and Mobile menu’ is closed to new replies.