Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #128002
    kmckay
    Participant

    I am using Full Frame Pro, I have the Logo and Primary Menu in the same navigation area. This makes the logo very small. Is there a way to place the logo on the upper left area and the menu below the logo and centered? I need more height so that the logo can be shown larger.
    The website is under construction mode & I do not want my client’s unfinished website visible. If you cannot answer this question without viewing the site, then email me so that I can give you the ID and password to view the website.

    #128019
    tikaram
    Keymaster

    @kmckay : I will need to access your site. I will contact you shortly by email.

    Regards,
    Tikaram

    #128078
    tikaram
    Keymaster

    @kmckay : I added the following additional css on your site

    #logo-icon {
    	width: 100%;
    }
    #logo-icon img {
    	max-height: 100px;
    }
    .nav-primary .menu {
    	float: none;
    	width: 100%;
    	text-align: center;
    }
    .fullframe-nav-menu li {
    	float: none;
        text-align: center;
    }

    Let me know if this resolves your issue.

    Regards,
    Tikaram

    #128104
    kmckay
    Participant

    That worked but the header does not stick at the top. as you scroll down the page you see the header with the logo and menu. can you make this header stay at the top and not appear as you scroll down the page? thanks

    #128116
    kmckay
    Participant

    After fulling with the changes, the problem was that the header was transparent and it leaked through the content on the page as you scrolled down. I think I like the header sticking as I have made it solid black. But I would like for the background to be transparent when you are at the top of the page. An example is home page of http://www.webdesignplussolutions.com. Can you tell me what to change to incorporate this change?

    #128172
    tikaram
    Keymaster

    @kmckay : I have added some additional css on your site. Please check your site and let me know if this resolves your issue.

    Regards,
    Tikaram

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Separate Logo and Primary Menu’ is closed to new replies.