Tagged: mobile nav
Hi
I need to place some lines of text in the Enfold header, between the logo and the social icons (or above the social icons if I can move them down a bit). I am using the ‘Header with Social icons and Bottom Navigation option’. Could you let me know how I could do this please and also allow the text to be displayed nicely on a mobile browser.
I also have an issue on mobile where the logo covers the social icons (at least, I think it does) as I am using a logo with dimensions 340 x 156 px high. Is there a fix for that please?
Many thanks in advance
Chris
Hi cbentley65!
1- In WordPress dashboard, please go to Appearance > Editor and open Header.php file and find
echo avia_logo(AVIA_BASE_URL.'images/layout/logo.png', false, 'strong');
and add following line right under it
echo "<div class='custom-text'>your text goes here</div>";
Then you can style your text using .custom-text class
2- Can you post the link to your website so we can take a look?
Best regards,
Yigit
Hi!
Please post the link here when you’re ready. We’re not really comfortable handing our ip addresses. A screenshot will help. :)
Cheers!
Ismael
Hey Chris!
I will be online for a while, you can post the link to your website and open it, i will be taking a look
Cheers!
Yigit
Hi!
Social icons are there actually, i have just checked on my iphone as well http://i.imgur.com/qhAD1R8.jpg
but they are not centered. You can add following code to Quick CSS to center them
@media only screen and (max-width: 767px) {
.responsive.bottom_nav_header #header_main .social_bookmarks {
top: -15px;
}}
Regards,
Yigit
Many thanks – that really is much appreciated.
Chris