Hello, I’m looking to add an image inside the header on the right side. I searched but only found a private thread that didn’t have the details on how to complete this. Thank you. Rick
Hi rkdiddy!
Please go to Appearance > Editor and open helper-main-menu.php file and find
echo avia_logo(AVIA_BASE_URL.'images/layout/logo.png', $addition, 'strong', true);
and add your image right below it as following
echo "<div class='header-custom-image'><img src='yourimagelinkhere' /></div>";
Then you can adjust its position using custom CSS in Quick CSS field in Enfold theme options under General Styling tab
.header-custom-image { position: relative; right: 0; top: 10px; }
Best regards,
Yigit
Thank you so much. I had to use “absolute” instead of “relative”, but it turned out great. Thanks.
Glad Yigit could help. Let us know if you have any other questions or issues.