Tagged: 

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #209120

    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

    #209226

    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

    #209374
    This reply has been marked as private.
    #209385

    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

    #209392
    This reply has been marked as private.
    #209498

    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

    #209502
    This reply has been marked as private.
    #209505

    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

    #209510

    Many thanks – that really is much appreciated.

    Chris

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Header text area and mobile logo issues’ is closed to new replies.