Tagged: ,

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #24809

    Hello.

    I want to move the phone number divbox left to the social icons. Because i want to delete the “header_meta” divbox.

    How do i that?

    Link to a muck up i have made in photoshop of what i need to have fixed.

    http://cl.ly/image/3f2c31341f0X

    #124815

    Hi,

    Open header.php then find this code on line 104

    $phone = avia_get_option('phone');
    $phone_class = !empty($nav) ? "with_nav" : "";
    if($phone) echo "<div class='phone-info {$phone_class}'><span>{$phone}</span></div>";

    Cut it then place it below this code on line 135

    echo avia_logo(AVIA_BASE_URL.'images/layout/logo.png', false, 'strong');

    Then add this on your custom.css or Quick CSS

    .social_header .phone-info {
    float: right;
    margin-top: 40px;
    margin-right: 120px;
    }

    #header_meta {
    display: none;
    }

    Regards,

    Ismael

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Move Phone Number area left to social icon in header type Header with Icons and"’ is closed to new replies.