badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Logo and topmenu one below the other

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #53555
    Heidi
    Participant

    Hi, is it anyway possible to edit template header so that topmenu would be below the logo and both left aligned? Customer need..

    #53558

    hi Heidi,

    This feature is not available in our theme. It needs code customization. Editing template header and adding topmenu above the logo is completely a new feature to be added in the theme.

    Thank you!

    #53559
    Heidi
    Participant

    Hi, once you helped me to make this to this theme but at that time I asked that logo and menu would be center aligned. Now I just need them to be left aligned.. I hoped it could be done via custome css this time too..?

    #53578

    Hi Heidi,

    To make site logo and main navigation to be left aligned go to Appearance -> Customize -> Ambition Theme Options -> Custom CSS and paste the below CSS code then click on Save button.

    @media only screen and (min-width: 768px) {
    	.hgroup-wrap {
    		height: inherit;
    	}
    	#site-logo {
    		float: none;
    	}
    	#site-title {
    		float: none;
    		margin-right: 0;
    	}
    	.hgroup-right {
    		float: none;
    		min-width: inherit;
    		padding-right: 0;
    	}
    	nav#site-navigation .current-menu-item:hover {
    		border: 0 none;
    	}
    	.main-navigation {
    		float: none;
    	}
    	.main-navigation li {
    		margin-right: 25px;
    		margin-left: 0;
    	}
    }

    Thank you!

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