-
AuthorPosts
-
November 8, 2013 at 1:48 am #185937
Hey there, really enjoying the theme. The best page builder I have ever used. Now to the question.
I want to use the header with social icons and bottom navigation.
Currently the logo is displayed to the left. I also want to display a logo on the far right side of the header, a different logo. What is the best way to achieve this and still have it by responsive etc.?
TimNovember 8, 2013 at 11:52 am #186090Hey tijoseph!
Edit header.php, find this code:
echo avia_logo(AVIA_BASE_URL.'images/layout/logo.png', false, 'strong');
Below add the second logo manually. Add this code:
?> <strong class="logo bg-logo" style="float: right; max-width: 231px; width: auto;"><a href="http://localhost/kriesi/enfold/"><img src="http://localhost/kriesi/enfold/wp-content/themes/enfold/images/layout/logo.png" alt="Enfold" title="Enfold" style="max-width: 231px; width: auto;"></a></strong> <?php
Replace the image source.
Regards,
IsmaelDecember 6, 2013 at 8:45 pm #197095This reply has been marked as private.December 7, 2013 at 2:24 am #197191Hey!
I don’t see the second logo on the link you gave me. Don’t forget to add the php closing and opening tags.
Regards,
IsmaelDecember 9, 2013 at 1:45 pm #198020This reply has been marked as private.December 9, 2013 at 5:48 pm #198103Hi!
Do you mind creating a temporary admin login and posting it here privately? Make sure to check ” Set as private reply (Only you and moderators will see the content of this post)” above Submit button
Best regards,
YigitDecember 9, 2013 at 7:27 pm #198162This reply has been marked as private.December 9, 2013 at 7:51 pm #198173Hi!
Changes are done. Please review your website. I have added some custom CSS to Quick CSS section in Enfold theme options under Styling tab
Cheers!
YigitDecember 9, 2013 at 8:13 pm #198179This reply has been marked as private.December 9, 2013 at 8:35 pm #198186Hi!
You can add following code to Quick CSS to center main menu
.main_menu { right: 28%; }
Your image was added to header.php file so it will be visible on every page unless you remove it from certain pages using custom CSS
Cheers!
YigitDecember 9, 2013 at 9:08 pm #198195This reply has been marked as private.December 9, 2013 at 9:10 pm #198197 -
AuthorPosts
- The topic ‘2nd logo in header’ is closed to new replies.