Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #97538
    olaf.boehme
    Participant

    Hi,
    first: I like the catch base pro theme. Could you please explain how to get the the logo in alignment to the navigation:
    http://stage.forschung.bissantz.de/

    Thank you in advance
    Olaf

    #97544
    Mahesh
    Keymaster

    @olaf-boehmebissantz-de: Thank you for using Catch Base Pro theme. Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    .nav-primary {
        float: left;
        padding: 20px 0;
        vertical-align: middle;
        width: 80%;
        top: 11px;
    }
    
    #masthead {
        float: left;
        width: 20%;
        border-bottom: 1px solid #eee ;
    }
    
    #featured-content {
        clear: both;
    }
    
    .sidebar.sidebar-header-right.widget-area {
    	display: none;
    }
    
    @media screen and (max-width: 1150px) {
        .nav-primary {
        	padding: 15px 0;
    	top: 1px;
        }
    }
    
    @media screen and (max-width: 990px) {
        #masthead {
        	float: none;
        	width: 100%;
        	border-bottom: 1px solid #eee;
        }		
    }

    Regards,
    Mahesh

    #97545
    olaf.boehme
    Participant

    Thx, But now the navigation ist still UNDER the Logo.

    I meant in one line with navigation Logo and NEXT to it the navigation.

    thx

    #97629
    Mahesh
    Keymaster

    @olaf-boehmebissantz-de: The above code should work fine now. It should be max instead of min, I’ve made the correction.
    Note: This will remove header right navigation.

    Regards,
    Mahesh

    #98061
    olaf.boehme
    Participant

    Thank you. Mahesh!

    #98068
    Mahesh
    Keymaster

    @olaf-boehmebissantz-de: Thank you for your appreciation. Have a nice day!

    Regards,
    Mahesh

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Logo in alignment with menu’ is closed to new replies.