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

    one quick question, How can have “phone number” info on the level of social bar when i use “header with social section and bottom” as header option.

    #117818

    Hi,

    Open header.php and find this code

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

    Move that code at the bottom of this code

    $extraOpen = $extraClose = "";
    if(strpos($headerS,'bottom_nav_header') !== false){ $extraClose = "</div></div><div id='header_main_alternate' class='container_wrap'><div class='container'>"; }

    Edit custom.css or go to Quick CSS then add this code

    .social_header .phone-info {
    right: 140px;
    top: 40px;
    position: absolute;
    float: none;
    }

    Adjust the top and right position.

    Regards,

    Ismael

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘header option’ is closed to new replies.