Logo in front of navi

  • Posted in : impressivCard WP
  • matz54
    Participant

    Hey guys,

    thx for that beautiful theme.
    Is it possible to put the logo in front of the navigation to the left ?

    cheers

    ahmetsali
    Keymaster

    Hi, firstly paste the code below to the “External Stylesheet/JavaScript” box located under “Appearance / Theme Options / Style tab”;

    <script>
    	$(function() {
    		$('#header .wrapper').prepend($('#header .title'));
    	});
    </script>
    

    Then copy the code below to the “Custom CSS” box;

    #header .title { margin-left:0px; margin-right: 30px; }
    
    matz54
    Participant

    beautiful ! thanks a lot

    matz54
    Participant

    Is it possible to link the logo to portfolio page ? (as home button)

    ahmetsali
    Keymaster

    Hi, logo is not clickable in this design since it is a one page site and nav menu is reachable just near the logo.

Viewing 5 posts - 1 through 5 (of 5 total)

The forum ‘impressivCard WP’ is closed to new topics and replies.