Logo in front of navi Posted in : impressivCard WP matz54Participant 4 January 2013 at 10:11 #2858 Hey guys, thx for that beautiful theme. Is it possible to put the logo in front of the navigation to the left ? cheers ahmetsaliKeymaster 4 January 2013 at 18:58 #2868 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; } matz54Participant 4 January 2013 at 19:42 #2870 beautiful ! thanks a lot matz54Participant 30 January 2013 at 11:58 #3244 Is it possible to link the logo to portfolio page ? (as home button) ahmetsaliKeymaster 30 January 2013 at 23:54 #3259 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.