Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #440421

    Hi There,
    Fantastic Theme by the way. I am trying to move the phone info area at the top in the header area to be next to the Logo area.
    I just can’t find where I can find it in the php files to make it appear in the same container and then just align it to the right.
    At the moment the phone-info class is positionbed to appear in the top container above the logo container. I want to have them both in the same container side by side and align the phone to the right.

    Hope this makes sense.
    Please help.

    Many thanks
    Emmy

    #441065

    Hi Emmygraph!

    In Dashboard > Enfold > Header > Extra Elements it asks you whether you want to display it to the right or left.

    Best regards,
    Elliott

    #529920

    Hi,

    Thank you for your reply. I need to have it inside the inner-container. so in the same container as the logo not at the top one. I did it before on another website (Please link but I don;t remember what I did.

    http://www.bmsi.co.uk

    Just to shoiw you what I mean.

    Thanks
    Eman

    #530519

    Hi!

    Use the “ava_main_header” filter in the functions.php file. Example:

    add_action( 'ava_main_header', 'ava_main_header_mod' );
    function ava_main_header_mod() {
    	// CONTENT HERE
    }

    Cheers!
    Ismael

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.