Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #237485

    I was wondering if there is a way for me to easily insert a tagline in the white space next to my logo. I am using the logo centre/menu below option in Enfold.

    I figured I could make it all one graphic and upload it where the logo is, which kind of worked, but it reduced it to the default 340 pixels wide, so the logo is now really small and writing difficult to read.

    Is there a Quick CSS code I can insert, which will increase the size of the logo/tagline. The graphic that I created with both the logo and tagline is around 1100 pixels.

    This is the website I’m talking about

    http://www.artesianpools.com.au/wordpress/

    Many thanks for your help.
    Ivana

    #238404

    If I place the logo on the left hand side in the original size, is there a way for me to insert text on the right side?

    Thank you

    Ivana

    #238530

    Hi!

    You can refer to this link: https://kriesi.at/support/topic/how-can-you-add-a-tagline-or-subheading-to-all-pages-for-the-enfold-theme/

    Instead of editing header.php, find the code on includes > header-main-menu.php. Go to line 101:

    echo avia_logo(AVIA_BASE_URL.'images/layout/logo.png', $addition, 'strong', true);
    

    Follow the instructions on the link.

    Regards,
    Ismael

    #238599

    Thanks Ismael. Perhaps I didn’t explain it properly. I didn’t want to include the actual tagline that is entered into WordPress.

    What my client wanted was information which reads:

    Quality Swimming Pools, Spas and Surrounds.
    Specialising in the design and construction of concrete swimming pools anywhere in NSW
    Tel: 02 9534 4736

    to be on the right handside of the logo.

    I had created it as a graphic so the logo would be on the left handside and the text on the right side. The whole graphic was 1100 pixels wide, but when I inserted it as a logo, it resized it to be only 340 pixels.

    Here is the image that I’m talking about

    http://www.artesianpools.com.au/wp-content/uploads/2014/03/ArtesianLogo2.png

    I really appreciate your help.

    Ivana

    #239546

    Hey!

    Please go to wp-content\themes\enfold\includes folder and open helper-main-menu.php file and find

    do_action('ava_main_header');
    		?>
    	
    				 <div class='container'>

    and add your image right below it inside a div as following

    <div class="second-logo"></div>

    then add following code to Quick CSS

    .second-logo { float: right; }

    Best regards,
    Yigit

    #240432

    Thank you for your help Yigit. I will give it a go.

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Inserting Tag Line Within Header’ is closed to new replies.