Home Forums Pro Themes Mediclean Pro Logo and menu alignment

Tagged: 

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #89184
    Anna Wanland
    Participant

    Dear Wen Solutions,

    How do I edit the alignment of the logo and the menu? Right now, there is a blank area under the logo:
    http://www.medicalimagingtechnologies.com

    I would either move the logotype downwards, if possible, and align it with the menu items. Or, I would leave the logo where it is but align the menu items to the left, so that we have more space to add more items in the menu, without breaking it over two lines.

    Take a look here:

    https://www.dropbox.com/s/6dvc8zp2hnyo74k/pritn%20screen%20MIT.png?dl=0

    I hope you understand what I mean.

    Any advice appreciated 🙂

    Best regards,

    Anna

    #89185
    Anna Wanland
    Participant

    Actually! the page looks very good if I zoom in to 150% with the logo and menu being nicely aligned. Can I not set the website to look like that at 100%?

    Best regards,

    Anna

    #89253
    wensolutions
    Keymaster

    Hello @anna

    Please add the below-given CSS by going to Admin Panel > Appearance > Customize > Additional CSS

    @media screen and (min-width: 1300px) {
    	.site-branding {
    		width: 100%;
    	}
    
    	.right-header {
    		float: none;
    		width: 100%;
    	}
    
    	#main-nav {
    		border-top: 1px solid #dddddd;
    	    float: left;
    	    margin-bottom: 5px;
    	    max-width: 100%;
    	    width: 100%;
    	}
    }

    Hope this helps,

    If the issue still persists, kindly let us know,

    Regards!!

    #89262
    Anna Wanland
    Participant

    Hello there!

    Yes, perfect! Now the site looks so much better, it’s exactly what I had in mind. Great!

    Have a nice weekend ahead!

    /Anna

    #89268
    wensolutions
    Keymaster

    Hello @anna

    Glad that we could help you,

    Feel free to reach us for any further query/confusion.

    Happy Weekend 🙂

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