Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #228419
    soundlocation
    Participant

    Hi there.

    so far so good and chugging along with developing the site I’m using this theme for.

    Few issues.

    The drop down menu is HUGE! The width is at least twice what I need. I’ve gone through the CSS file and can’t figure it out. Where can I change the drop down menu width?

    Also, some menu sections requires users to be logged in to the site. Those menu items turn up with an uggly [L] immediately after the menu item (i.e. Press[L] ) How do I remove that? The original site, on wordpress, does not have this.

    On the front page, the menu has no transparent background. It only appears once starting to scroll down and the header image and logo shrinks. Would be great to maintain the transparent background even before the scrolling.

    As for image resizing: Background images do not resize when viewing the site on mobile devices. This is extremely annoying. Testing the site on a mobile device or the viewe as if on mobile device, on laptop. None of them shrink background images down. Only images in header or in posts/pages shrink. Would be fantastic to have this resize to fit on mobile devizes as the site looks like crap on them because of this.

    Other than that, all is good right now. As before, not posting a link to where the site can be viewed as the band has yet to see it.

    Cheers and thanks in advance.

    #228476
    Skandha
    Participant

    @soundlocation: Hello there,
    Can you please post in your site URL so that I can look into the issue.

    Kind Regards,
    Skandha

    #228515
    soundlocation
    Participant

    The last sentence, before the “cheers and thanks in advance” in my post above says the following:

    As before, not posting a link to where the site can be viewed as the band has yet to see it.

    In other words: I’m developing this to show the band for their approval. Before they approve it, nobody but me will see the site. If they don’t approve it will be trashed.

    You will have to answer my questions without seeing the site.

    #228732
    Skandha
    Participant

    @soundlocation: Hello there,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    /* To reduce the width of the sub menu */
    @media screen and (min-width: 910px) {
    	.main-navigation ul ul a {
    		width: 200px !important;
    	}	
    }
    /* To have a transparent background menu */
    #masthead {
    	background: #000;
    }

    Let me know if this works out.
    Rest of the issues are not possible to debug with out having a look of your site.

    Kind Regards,
    Skandha

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Menu issues. Image resizing issues.’ is closed to new replies.